Merge "Fix bug 3362979 - Holo light overflow button has stale focused state" into honeycomb
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 693 B |
Binary file not shown.
|
Before Width: | Height: | Size: 736 B |
Binary file not shown.
|
Before Width: | Height: | Size: 545 B |
Binary file not shown.
|
Before Width: | Height: | Size: 552 B |
@@ -14,6 +14,5 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true" android:drawable="@drawable/ic_menu_moreoverflow_focused_holo_dark" />
|
||||
<item android:drawable="@drawable/ic_menu_moreoverflow_normal_holo_dark" />
|
||||
</selector>
|
||||
|
||||
@@ -14,6 +14,5 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true" android:drawable="@drawable/ic_menu_moreoverflow_focused_holo_light" />
|
||||
<item android:drawable="@drawable/ic_menu_moreoverflow_normal_holo_light" />
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user