mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add adaptive icon
This commit is contained in:
parent
a9dbc8418a
commit
7715ecc158
1 changed files with 12 additions and 4 deletions
|
@ -8,9 +8,13 @@
|
|||
<application
|
||||
android:hardwareAccelerated="true"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@drawable/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:icon="@mipmap/ic_laucher"
|
||||
android:roundIcon="@mipmap/ic_laucner_round">
|
||||
|
||||
<!-- android:roundIcon="@drawable/ic_launcher"
|
||||
android:supportsRtl="true" -->
|
||||
|
||||
<!-- <activity
|
||||
android:name=".scanActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
|
@ -64,6 +68,10 @@
|
|||
<service
|
||||
android:name=".PillDroidJobService"
|
||||
android:permission="android.permission.BIND_JOB_SERVICE" />
|
||||
<adaptive-icon>
|
||||
<background android:drawable="@color/blue"/>
|
||||
<foreground android:drawable="@drawable/pilldroid"/>
|
||||
</adaptive-icon>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue