diff options
author | Michael Kolb <kolby@google.com> | 2010-08-10 17:52:34 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2010-08-13 10:29:05 -0700 |
commit | ed217745066c160f785626e9a15ebe70af5e25e4 (patch) | |
tree | 963a7f797a48b40d2f57d43288f918e25d157c3f /res/menu-xlarge/browser.xml | |
parent | 8b139744c1138351fb8e3fff280cf45dd056fa85 (diff) | |
download | packages_apps_Browser-ed217745066c160f785626e9a15ebe70af5e25e4.zip packages_apps_Browser-ed217745066c160f785626e9a15ebe70af5e25e4.tar.gz packages_apps_Browser-ed217745066c160f785626e9a15ebe70af5e25e4.tar.bz2 |
switched to using action bar for large screen
Change-Id: I33b6bcd78d4983e0ce1b503d3756687588dd8ed0
Diffstat (limited to 'res/menu-xlarge/browser.xml')
-rw-r--r-- | res/menu-xlarge/browser.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/res/menu-xlarge/browser.xml b/res/menu-xlarge/browser.xml index 0fc20be..191f99f 100644 --- a/res/menu-xlarge/browser.xml +++ b/res/menu-xlarge/browser.xml @@ -16,14 +16,11 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:id="@+id/MAIN_MENU"> - <item android:id="@+id/new_tab_menu_id" - android:title="@string/new_tab" + <item android:id="@+id/newtab" android:icon="@drawable/ic_menu_new_window" + android:title="@string/new_tab" + android:showAsAction="always" android:alphabeticShortcut="n" /> - <item android:id="@+id/active_tabs_menu_id" - android:title="@string/active_tabs" - android:icon="@drawable/ic_menu_windows" - android:alphabeticShortcut="t" /> <item android:id="@+id/find_menu_id" android:title="@string/find_dot" android:icon="@drawable/ic_menu_find" |