Set different app icon background for debug/release/nightly. (#1089)
This commit is contained in:
parent
a719f1df30
commit
ae9ecd9a55
5 changed files with 24 additions and 2 deletions
10
app/src/debug/res/drawable/ic_launcher_background.xml
Normal file
10
app/src/debug/res/drawable/ic_launcher_background.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#F7F07E"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="m0,0h108v108h-108z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue