From: Andy Scherzinger Date: Fri, 7 Aug 2015 16:05:34 +0000 (+0200) Subject: material checkbox drawables instead of version dependend ones X-Git-Tag: beta-20151128~7^2~75 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f4445284d07f6d26f902f9bf890b1172385e4187 material checkbox drawables instead of version dependend ones --- diff --git a/res/drawable-hdpi/ic_checkbox_blank_outline.png b/res/drawable-hdpi/ic_checkbox_blank_outline.png new file mode 100644 index 00000000..198568de Binary files /dev/null and b/res/drawable-hdpi/ic_checkbox_blank_outline.png differ diff --git a/res/drawable-hdpi/ic_checkbox_marked.png b/res/drawable-hdpi/ic_checkbox_marked.png new file mode 100644 index 00000000..92d4109c Binary files /dev/null and b/res/drawable-hdpi/ic_checkbox_marked.png differ diff --git a/res/drawable-xhdpi/ic_checkbox_blank_outline.png b/res/drawable-xhdpi/ic_checkbox_blank_outline.png new file mode 100644 index 00000000..05024eb2 Binary files /dev/null and b/res/drawable-xhdpi/ic_checkbox_blank_outline.png differ diff --git a/res/drawable-xhdpi/ic_checkbox_marked.png b/res/drawable-xhdpi/ic_checkbox_marked.png new file mode 100644 index 00000000..3a2ca107 Binary files /dev/null and b/res/drawable-xhdpi/ic_checkbox_marked.png differ diff --git a/res/drawable-xxhdpi/ic_checkbox_blank_outline.png b/res/drawable-xxhdpi/ic_checkbox_blank_outline.png new file mode 100644 index 00000000..ffb1ea8c Binary files /dev/null and b/res/drawable-xxhdpi/ic_checkbox_blank_outline.png differ diff --git a/res/drawable-xxhdpi/ic_checkbox_marked.png b/res/drawable-xxhdpi/ic_checkbox_marked.png new file mode 100644 index 00000000..fba7e0c9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_checkbox_marked.png differ diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index c66ff730..dd4509be 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -148,7 +148,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:gravity="" - android:src="@android:drawable/checkbox_off_background" /> + android:src="@drawable/ic_checkbox_blank_outline" />