From 793241fe47c09c63e2a2e5a4429deed8e7401754 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 10 May 2021 12:54:31 -0600 Subject: added todo list file, app icon and implemented about fragment --- app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.xml | 5 +++++ app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_round.xml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons.xml create mode 100644 app/src/main/res/mipmap-anydpi-v26/ic_watcher_icons_round.xml (limited to 'app/src/main/res/mipmap-anydpi-v26') 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 @@ + + + + + \ 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 @@ + + + + + \ No newline at end of file -- cgit v1.2.3