diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-30 23:18:18 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-08-30 23:18:18 +1200 |
commit | 177fbe67d7d6dc4d655dab464fcb6b3793cdfffc (patch) | |
tree | 2b920b13c267b0eb60dfea9697c64d62b5797b8c /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | |
parent | 9ec45408e37c3a647d0ab3a5fa0f2601fa6dc593 (diff) | |
download | etbsa-traccar-manager-android-177fbe67d7d6dc4d655dab464fcb6b3793cdfffc.tar.gz etbsa-traccar-manager-android-177fbe67d7d6dc4d655dab464fcb6b3793cdfffc.tar.bz2 etbsa-traccar-manager-android-177fbe67d7d6dc4d655dab464fcb6b3793cdfffc.zip |
Update app launcher icon
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 5 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 0000000..036d09b --- /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="@color/ic_launcher_background"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |