Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92375756 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3362979 - Holo light overflow button has stale focused state" into honeycomb

parents 66934423 0e6c3385
Loading
Loading
Loading
Loading
−693 B
Loading image diff...
−736 B
Loading image diff...
−545 B
Loading image diff...
−552 B
Loading image diff...
+0 −1
Original line number Diff line number Diff line
@@ -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>
Loading