OSDN Git Service

Custom checkbox drawable for K devices
authorAlan Newberger <alann@google.com>
Thu, 5 Mar 2015 18:39:34 +0000 (10:39 -0800)
committerAlan Newberger <alann@google.com>
Fri, 6 Mar 2015 17:01:07 +0000 (09:01 -0800)
commite7c78cf8e07c13562551253c2d98ead0641b3c16
treea256aed6f186a289da404358548f3a0473b41af4
parenta73b87109097e0557e3b9e7a03a12ae04b610245
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
12 files changed:
res/drawable-hdpi/ic_box_checked.png [new file with mode: 0644]
res/drawable-hdpi/ic_box_unchecked.png [new file with mode: 0644]
res/drawable-mdpi/ic_box_checked.png [new file with mode: 0644]
res/drawable-mdpi/ic_box_unchecked.png [new file with mode: 0644]
res/drawable-xhdpi/ic_box_checked.png [new file with mode: 0644]
res/drawable-xhdpi/ic_box_unchecked.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_box_checked.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_box_unchecked.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_box_checked.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_box_unchecked.png [new file with mode: 0644]
res/drawable/checkbox_material_black.xml [new file with mode: 0644]
res/values/styles.xml