diff options
author | cyBerta <cyberta@riseup.net> | 2018-09-07 02:53:34 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-09-07 02:59:23 +0200 |
commit | 727bbdbd04ba2aabe516cfa1f902c1e7cdc62563 (patch) | |
tree | bfb2461ef26aead33b7b1f7194edeeea253fa9b1 /app/src/normal/res/mipmap-anydpi-v26 | |
parent | 818c41db31c4f175a5f5bfea60798beb62606b13 (diff) |
change launcher icon for custom branded app (riseupvpn)
Diffstat (limited to 'app/src/normal/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/normal/res/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
-rw-r--r-- | app/src/normal/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/normal/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/normal/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..c4a603d4 --- /dev/null +++ b/app/src/normal/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/normal/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/normal/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..c4a603d4 --- /dev/null +++ b/app/src/normal/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 |