Bug 1150742 - Remove new from tablet_menu. r=mhaigh

This commit is contained in:
Michael Comella 2015-08-11 17:37:41 -07:00
parent 016de32407
commit c3a9f392b8
5 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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>