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:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user