From 3b0eb15646cc9ac60a7661cf25d5a1a528bae404 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 27 Aug 2019 16:46:46 +0800 Subject: This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder. --- .../res/drawable-v24/ic_launcher_background.xml | 74 ++++++++++++++++++++++ .../res/drawable-v24/ic_launcher_foreground.xml | 34 ---------- 2 files changed, 74 insertions(+), 34 deletions(-) create mode 100644 app/src/main/res/drawable-v24/ic_launcher_background.xml delete mode 100644 app/src/main/res/drawable-v24/ic_launcher_foreground.xml (limited to 'app/src/main/res/drawable-v24') diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml new file mode 100644 index 00000000..8863072a --- /dev/null +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index c7bd21db..00000000 --- a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - -- cgit v1.2.3