diff options
author | cyberta <cyberta@riseup.net> | 2018-06-24 15:17:53 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2018-06-24 15:17:53 -0700 |
commit | ee64bde0da3ef44387e8af7ef980c4b1bb63565c (patch) | |
tree | 021e30145e45726b276f1b7b4dbae3d95109bb28 /app/src/custom/res/mipmap-anydpi-v26 | |
parent | 55c3972e9ac0796a801c64788eb364cbd0c9cf02 (diff) | |
parent | ea4c5ca2b27aeabd4a1b000ac2066be6023b2e45 (diff) |
Merge branch 'customisation_feature' into 'master'
Customisation feature
See merge request leap/bitmask_android!75
Diffstat (limited to 'app/src/custom/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
-rw-r--r-- | app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..eca70cfe --- /dev/null +++ b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file diff --git a/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..eca70cfe --- /dev/null +++ b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@drawable/ic_launcher_background" /> + <foreground android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>
\ No newline at end of file |