aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/mipmap-anydpi-v26
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
commit793241fe47c09c63e2a2e5a4429deed8e7401754 (patch)
tree66c4660417b4cc472c34828f0de26a98403968ff /app/src/main/res/mipmap-anydpi-v26
parent2734f6777a6b7c439d9bc55c8756155721f76fa5 (diff)
downloadwiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.gz
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.bz2
added todo list file, app icon and implemented about fragment
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.xml5
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_round.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.xml b/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.xml
new file mode 100644
index 0000000..e813a3f
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.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_watcher_icons_background"/>
+ <foreground android:drawable="@mipmap/ic_watcher_icons_foreground"/>
+</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_round.xml
new file mode 100644
index 0000000..e813a3f
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_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_watcher_icons_background"/>
+ <foreground android:drawable="@mipmap/ic_watcher_icons_foreground"/>
+</adaptive-icon> \ No newline at end of file