android: switch to adaptive icon

This commit is contained in:
Harsh Shandilya 2021-08-29 19:45:56 +05:30
parent 94afba68a1
commit fda68b13c0
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
17 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,8 @@
android:label="Claw"
android:allowBackup="false"
android:supportsRtl="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:name=".ClawApplication"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
>