mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1150742 - Remove new from tablet_menu. r=mhaigh
This commit is contained in:
parent
016de32407
commit
c3a9f392b8
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 137 B |
@ -123,7 +123,7 @@
|
||||
style="@style/UrlBar.ImageButton.NewTablet"
|
||||
android:layout_alignLeft="@id/menu"
|
||||
android:layout_alignRight="@id/menu"
|
||||
android:src="@drawable/new_tablet_menu"
|
||||
android:src="@drawable/tablet_menu"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<!-- We draw after the menu items so when they are hidden, the cancel button,
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/restore_defaults"
|
||||
android:drawable="@drawable/new_tablet_menu"
|
||||
android:drawable="@drawable/tablet_menu"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/pref_search_restore_defaults" />
|
||||
</menu>
|
||||
|
Loading…
Reference in New Issue
Block a user