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. --- app/src/main/res/drawable/error_image.xml | 54 +++++++ app/src/main/res/drawable/gold.png | Bin 18745 -> 0 bytes app/src/main/res/drawable/gold.xml | 9 ++ .../main/res/drawable/ic_launcher_background.xml | 170 --------------------- .../main/res/drawable/ic_launcher_foreground.xml | 60 ++++++++ .../res/drawable/load_post_error_indicator.png | Bin 60464 -> 0 bytes .../main/res/drawable/no_comment_placeholder.png | Bin 60561 -> 0 bytes 7 files changed, 123 insertions(+), 170 deletions(-) create mode 100644 app/src/main/res/drawable/error_image.xml delete mode 100644 app/src/main/res/drawable/gold.png create mode 100644 app/src/main/res/drawable/gold.xml delete mode 100644 app/src/main/res/drawable/ic_launcher_background.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 app/src/main/res/drawable/load_post_error_indicator.png delete mode 100644 app/src/main/res/drawable/no_comment_placeholder.png (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/error_image.xml b/app/src/main/res/drawable/error_image.xml new file mode 100644 index 00000000..88817417 --- /dev/null +++ b/app/src/main/res/drawable/error_image.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/gold.png b/app/src/main/res/drawable/gold.png deleted file mode 100644 index df04fbe8..00000000 Binary files a/app/src/main/res/drawable/gold.png and /dev/null differ diff --git a/app/src/main/res/drawable/gold.xml b/app/src/main/res/drawable/gold.xml new file mode 100644 index 00000000..333984f4 --- /dev/null +++ b/app/src/main/res/drawable/gold.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index d5fccc53..00000000 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..52aa137b --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/load_post_error_indicator.png b/app/src/main/res/drawable/load_post_error_indicator.png deleted file mode 100644 index a067fb1e..00000000 Binary files a/app/src/main/res/drawable/load_post_error_indicator.png and /dev/null differ diff --git a/app/src/main/res/drawable/no_comment_placeholder.png b/app/src/main/res/drawable/no_comment_placeholder.png deleted file mode 100644 index 62a3668f..00000000 Binary files a/app/src/main/res/drawable/no_comment_placeholder.png and /dev/null differ -- cgit v1.2.3