Merge "Fixing pressed state in preferences, addresses bug 2310741"

This commit is contained in:
Adam Powell
2010-02-23 12:09:07 -08:00
committed by Android (Google) Code Review

View File

@@ -19,6 +19,8 @@
android:drawable="@drawable/btn_circle_normal" />
<item android:state_window_focused="false" android:state_enabled="false"
android:drawable="@drawable/btn_circle_disable" />
<item android:state_pressed="true" android:state_enabled="false"
android:drawable="@drawable/btn_circle_disable" />
<item android:state_pressed="true"
android:drawable="@drawable/btn_circle_pressed" />
<item android:state_focused="true" android:state_enabled="true"