Power control widget holofied

-brightness needs to implement brightness_half_holo state
*fixed now in the patch { old assets should be removed also(any "appwidget" that doesn't have holo in it)}

Change-Id: I2c1e754f68cf321c5b3517ba92c8f235b418e696
This commit is contained in:
Peter Ng
2011-08-29 21:08:57 -07:00
parent 427a7ba104
commit a1252ccf7b
182 changed files with 34 additions and 34 deletions

View File

@@ -17,11 +17,11 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@drawable/appwidget_inner_press_c" />
android:drawable="@drawable/appwidget_inner_pressed_c_holo" />
<item android:state_focused="true" android:state_enabled="true"
android:state_window_focused="true"
android:drawable="@drawable/appwidget_inner_focus_c" />
android:drawable="@drawable/appwidget_inner_focused_c_holo" />
<item
android:drawable="@android:color/transparent" />