From e7c78cf8e07c13562551253c2d98ead0641b3c16 Mon Sep 17 00:00:00 2001 From: Alan Newberger Date: Thu, 5 Mar 2015 10:39:34 -0800 Subject: Custom checkbox drawable for K devices L is already taken care of in a v21 style, with the new buttonTint property. For K, use the given assets, which happen to be in a Material style as provided by UX. Bug: 19083903 Change-Id: I9392edf6460a3a9c7c00e1b62cc0f61f9e2b4231 --- res/drawable-xhdpi/ic_box_checked.png | Bin 0 -> 828 bytes res/drawable-xhdpi/ic_box_unchecked.png | Bin 0 -> 638 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_box_checked.png create mode 100644 res/drawable-xhdpi/ic_box_unchecked.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_box_checked.png b/res/drawable-xhdpi/ic_box_checked.png new file mode 100644 index 000000000..e585b6e68 Binary files /dev/null and b/res/drawable-xhdpi/ic_box_checked.png differ diff --git a/res/drawable-xhdpi/ic_box_unchecked.png b/res/drawable-xhdpi/ic_box_unchecked.png new file mode 100644 index 000000000..e4ecda1fb Binary files /dev/null and b/res/drawable-xhdpi/ic_box_unchecked.png differ -- cgit v1.2.3