From 9f037f841eefc006243a8f411b9a3d0f62261e2b Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sun, 5 Mar 2023 22:11:31 +0100 Subject: [PATCH] Merge resources specific to API 21+ into the main resources --- .../divider_horizontal_holo_light.9.png | Bin 164 -> 0 bytes res/drawable-v21/list_divider.xml | 6 --- res/drawable/list_divider.xml | 2 +- res/layout-v21/custom_device_item.xml | 41 ------------------ res/layout/custom_device_item.xml | 7 ++- res/values-v21/styles.xml | 8 ---- 6 files changed, 6 insertions(+), 58 deletions(-) delete mode 100644 res/drawable-hdpi/divider_horizontal_holo_light.9.png delete mode 100644 res/drawable-v21/list_divider.xml delete mode 100644 res/layout-v21/custom_device_item.xml delete mode 100644 res/values-v21/styles.xml diff --git a/res/drawable-hdpi/divider_horizontal_holo_light.9.png b/res/drawable-hdpi/divider_horizontal_holo_light.9.png deleted file mode 100644 index ea38ebbb390cd17acc56ae246e200c4bfe0b6184..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^>_E)H!3HEvS)PI@&H|6fVg?58P7r1^KY4mBP%zBX z#W93qW^VsR-U9|4Ed58g10qCb9&nxV_qfMX&Y((;J3BfA)i3^8I9;x+M)qAFLyzIS z4=!uJ+9v&Q4?8<`$9jfK)%zD`uJvRz*lfI7mtobcQzy()nbsQ$Z+<)Zp9# - \ No newline at end of file diff --git a/res/drawable/list_divider.xml b/res/drawable/list_divider.xml index c9a33827..cd8cd2b6 100644 --- a/res/drawable/list_divider.xml +++ b/res/drawable/list_divider.xml @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/res/layout-v21/custom_device_item.xml b/res/layout-v21/custom_device_item.xml deleted file mode 100644 index dd7ecceb..00000000 --- a/res/layout-v21/custom_device_item.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/custom_device_item.xml b/res/layout/custom_device_item.xml index 7bc07f73..dd7ecceb 100644 --- a/res/layout/custom_device_item.xml +++ b/res/layout/custom_device_item.xml @@ -1,6 +1,7 @@ + android:paddingStart="?android:attr/listPreferredItemPaddingLeft" + app:drawableEndCompat="@drawable/ic_delete" + app:drawableStartCompat="@drawable/ic_delete" /> - - - - -