mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 23:55:21 +01:00
Set correct background color
This commit is contained in:
parent
3b13eca856
commit
1b9b4a234e
2 changed files with 8 additions and 16 deletions
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background
|
||||
android:drawable="@color/colorAccent" />
|
||||
<foreground
|
||||
android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<monochrome
|
||||
android:drawable="@drawable/ic_launcher_monochrome" />
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
|
||||
</adaptive-icon>
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background
|
||||
android:drawable="@color/colorAccent" />
|
||||
<foreground
|
||||
android:drawable="@drawable/ic_launcher_foreground" />
|
||||
<monochrome
|
||||
android:drawable="@drawable/ic_launcher_monochrome" />
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
|
||||
</adaptive-icon>
|
Loading…
Add table
Add a link
Reference in a new issue