asset drop & naming
drop in new assets
get naming in sync with UX
Note: not all resources are included yet
item_background...xm will be enabled when all required resources come in
Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
diff --git a/res/drawable/btn_checkbox_star.xml b/res/drawable/btn_checkbox_star.xml
index 9635dad..08a8699 100644
--- a/res/drawable/btn_checkbox_star.xml
+++ b/res/drawable/btn_checkbox_star.xml
@@ -16,7 +16,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true"
- android:drawable="@drawable/ic_favorite_on_normal" />
+ android:drawable="@drawable/ic_bookmark_on_holo_dark" />
<item android:state_checked="false"
- android:drawable="@drawable/ic_favorite_off_normal" />
+ android:drawable="@drawable/ic_bookmark_off_holo_dark" />
</selector>