From 6af2edb690cac9ba1a54356fa5030c9365dc0db5 Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Thu, 1 Apr 2021 13:12:37 +0200 Subject: [PATCH] Delete v21 resources (#864) --- .../main/res/drawable/selected_box_amoled.xml | 24 -------------- .../main/res/drawable/selected_box_dark.xml | 24 -------------- .../main/res/drawable/selected_box_light.xml | 24 -------------- .../src/main/res/values-v21/styles.xml | 32 ------------------- .../src/main/res/values/styles.xml | 9 ++++-- 5 files changed, 6 insertions(+), 107 deletions(-) delete mode 100644 uhabits-android/src/main/res/drawable/selected_box_amoled.xml delete mode 100644 uhabits-android/src/main/res/drawable/selected_box_dark.xml delete mode 100644 uhabits-android/src/main/res/drawable/selected_box_light.xml delete mode 100644 uhabits-android/src/main/res/values-v21/styles.xml diff --git a/uhabits-android/src/main/res/drawable/selected_box_amoled.xml b/uhabits-android/src/main/res/drawable/selected_box_amoled.xml deleted file mode 100644 index fc5db70f2..000000000 --- a/uhabits-android/src/main/res/drawable/selected_box_amoled.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/uhabits-android/src/main/res/drawable/selected_box_dark.xml b/uhabits-android/src/main/res/drawable/selected_box_dark.xml deleted file mode 100644 index 4a5fd64ed..000000000 --- a/uhabits-android/src/main/res/drawable/selected_box_dark.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/uhabits-android/src/main/res/drawable/selected_box_light.xml b/uhabits-android/src/main/res/drawable/selected_box_light.xml deleted file mode 100644 index bc31f2146..000000000 --- a/uhabits-android/src/main/res/drawable/selected_box_light.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/uhabits-android/src/main/res/values-v21/styles.xml b/uhabits-android/src/main/res/values-v21/styles.xml deleted file mode 100644 index 1c3c72a1a..000000000 --- a/uhabits-android/src/main/res/values-v21/styles.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uhabits-android/src/main/res/values/styles.xml b/uhabits-android/src/main/res/values/styles.xml index 7ddc7bc20..7e029b5dd 100644 --- a/uhabits-android/src/main/res/values/styles.xml +++ b/uhabits-android/src/main/res/values/styles.xml @@ -52,7 +52,7 @@ @array/lightPalette @style/PreferenceThemeOverlay.v14.Material @style/ScrollableRecyclerViewStyle - @drawable/selected_box_light + @drawable/selected_box @style/ThemeOverlay.AppCompat.Light true 1 @@ -93,7 +93,7 @@ @color/black @style/PreferenceThemeOverlay.v14.Material @style/ScrollableRecyclerViewStyle - @drawable/selected_box_dark + @drawable/selected_box @color/grey_100 @style/ThemeOverlay.AppCompat false @@ -120,7 +120,7 @@ @color/grey_700 @color/grey_700 @color/grey_200 - @drawable/selected_box_amoled + @drawable/selected_box @color/grey_100 @color/black @@ -168,6 +168,8 @@