diff options
author | cyberta <cyberta@riseup.net> | 2018-02-27 07:16:50 -0800 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2018-02-27 07:16:50 -0800 |
commit | f7a6d43bbd89c6e011d2b080887ab26617ad4471 (patch) | |
tree | 5f2ed57af9a1136c8f403e17cb1c74c89da6fcf6 /app/src/main/res/mipmap-anydpi-v26 | |
parent | 64dfeed947ed79abc8ff4208b9331689f525dac5 (diff) | |
parent | c532d4726e72071a14959846a2ebde3c693c2d72 (diff) |
Merge branch '8872_new_launcher_icon' into '0.9.8'
8872 - new launcher icon
See merge request leap/bitmask_android!58
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..c4a603d4 --- /dev/null +++ b/app/src/main/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="@mipmap/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..c4a603d4 --- /dev/null +++ b/app/src/main/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="@mipmap/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |