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_imageview_star.xml b/res/drawable/btn_imageview_star.xml
index 4c3d145..c1bfb5d 100644
--- a/res/drawable/btn_imageview_star.xml
+++ b/res/drawable/btn_imageview_star.xml
@@ -16,7 +16,7 @@
 
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:state_activated="true"
-          android:drawable="@drawable/ic_favorite_on_normal" />
+          android:drawable="@drawable/ic_bookmark_on_holo_dark" />
     <item android:state_activated="false"
-          android:drawable="@drawable/ic_favorite_off_normal" />
+          android:drawable="@drawable/ic_bookmark_off_holo_dark" />
 </selector>