mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 760090: Find in page button should have orange press state. [r=mfinkle]
This commit is contained in:
parent
ec5e031168
commit
601ea77982
@ -23,18 +23,21 @@
|
||||
style="@style/FindBar.ImageButton"
|
||||
android:contentDescription="@string/find_prev"
|
||||
android:src="@drawable/find_prev"
|
||||
android:layout_toLeftOf="@+id/find_next"/>
|
||||
android:layout_toLeftOf="@+id/find_next"
|
||||
android:background="@drawable/action_bar_button"/>
|
||||
|
||||
<ImageButton android:id="@+id/find_next"
|
||||
style="@style/FindBar.ImageButton"
|
||||
android:contentDescription="@string/find_next"
|
||||
android:src="@drawable/find_next"
|
||||
android:layout_toLeftOf="@+id/find_close"/>
|
||||
android:layout_toLeftOf="@+id/find_close"
|
||||
android:background="@drawable/action_bar_button"/>
|
||||
|
||||
<ImageButton android:id="@+id/find_close"
|
||||
style="@style/FindBar.ImageButton"
|
||||
android:contentDescription="@string/find_close"
|
||||
android:src="@drawable/find_close"
|
||||
android:layout_alignParentRight="true"/>
|
||||
android:layout_alignParentRight="true"
|
||||
android:background="@drawable/action_bar_button"/>
|
||||
|
||||
</merge>
|
||||
|
Loading…
Reference in New Issue
Block a user