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 @@