Removing activated states for ab spinners
Bug: 5076695 Change-Id: I6c6cc5ccd656fc143055adce9ff6cd050c8b58cd
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 273 B |
Binary file not shown.
|
Before Width: | Height: | Size: 273 B |
Binary file not shown.
|
Before Width: | Height: | Size: 222 B |
Binary file not shown.
|
Before Width: | Height: | Size: 222 B |
Binary file not shown.
|
Before Width: | Height: | Size: 371 B |
Binary file not shown.
|
Before Width: | Height: | Size: 371 B |
@@ -21,7 +21,5 @@
|
||||
android:drawable="@drawable/spinner_ab_pressed_holo_dark" />
|
||||
<item android:state_pressed="false" android:state_focused="true"
|
||||
android:drawable="@drawable/spinner_ab_focused_holo_dark" />
|
||||
<item android:state_activated="true"
|
||||
android:drawable="@drawable/spinner_ab_activated_holo_dark" />
|
||||
<item android:drawable="@drawable/spinner_ab_default_holo_dark" />
|
||||
</selector>
|
||||
|
||||
@@ -21,7 +21,5 @@
|
||||
android:drawable="@drawable/spinner_ab_pressed_holo_light" />
|
||||
<item android:state_pressed="false" android:state_focused="true"
|
||||
android:drawable="@drawable/spinner_ab_focused_holo_light" />
|
||||
<item android:state_activated="true"
|
||||
android:drawable="@drawable/spinner_ab_activated_holo_light" />
|
||||
<item android:drawable="@drawable/spinner_ab_default_holo_light" />
|
||||
</selector>
|
||||
|
||||
@@ -225,8 +225,6 @@
|
||||
<item>@drawable/spinner_ab_focused_holo_light</item>
|
||||
<item>@drawable/spinner_ab_pressed_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_pressed_holo_light</item>
|
||||
<item>@drawable/spinner_ab_activated_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_activated_holo_light</item>
|
||||
<item>@drawable/spinner_ab_holo_dark</item>
|
||||
<item>@drawable/spinner_ab_holo_light</item>
|
||||
<item>@drawable/spinner_default_holo_dark</item>
|
||||
|
||||
Reference in New Issue
Block a user