From f58ba90983e8a2889105f6a210f5c43fa522a934 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 25 Nov 2014 14:33:12 -0800 Subject: Use system default checkboxes --- res/drawable-hdpi/btn_check_buttonless_off.png | Bin 762 -> 0 bytes res/drawable-hdpi/btn_check_buttonless_on.png | Bin 2996 -> 0 bytes res/drawable/btn_check.xml | 28 ------------------------- res/layout/song_list_item.xml | 2 +- 4 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 res/drawable-hdpi/btn_check_buttonless_off.png delete mode 100644 res/drawable-hdpi/btn_check_buttonless_on.png delete mode 100644 res/drawable/btn_check.xml (limited to 'res') diff --git a/res/drawable-hdpi/btn_check_buttonless_off.png b/res/drawable-hdpi/btn_check_buttonless_off.png deleted file mode 100644 index d705b420..00000000 Binary files a/res/drawable-hdpi/btn_check_buttonless_off.png and /dev/null differ diff --git a/res/drawable-hdpi/btn_check_buttonless_on.png b/res/drawable-hdpi/btn_check_buttonless_on.png deleted file mode 100644 index a2612d7d..00000000 Binary files a/res/drawable-hdpi/btn_check_buttonless_on.png and /dev/null differ diff --git a/res/drawable/btn_check.xml b/res/drawable/btn_check.xml deleted file mode 100644 index f363a2d2..00000000 --- a/res/drawable/btn_check.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - diff --git a/res/layout/song_list_item.xml b/res/layout/song_list_item.xml index d433df69..1ea118ad 100644 --- a/res/layout/song_list_item.xml +++ b/res/layout/song_list_item.xml @@ -10,7 +10,7 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="center_vertical" - android:checkMark="@drawable/btn_check" + android:checkMark="?android:attr/listChoiceIndicatorMultiple" android:paddingLeft="3dip"/>