Add a round icon for android-25

This commit is contained in:
Fredrik Fornwall
2016-11-23 01:38:17 +01:00
parent 5ecf5d12d1
commit ee7631dfac
2 changed files with 26 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
android:allowBackup="true"
android:fullBackupContent="@xml/backupscheme"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher_round"
android:banner="@drawable/banner"
android:label="@string/application_name"
android:theme="@style/Theme.Termux"