diff options
author | Leon Scroggins <scroggo@google.com> | 2009-08-10 17:36:42 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2009-08-13 13:51:04 -0400 |
commit | 1f005d370557b6e69d2de6537e5ea21f73a7ec3f (patch) | |
tree | 9f06650e4a666538928237f6e04da7c31f1e0d65 /res/layout/custom_screen.xml | |
parent | b81735a96d5e44ff9acf275619ad797ec0467670 (diff) | |
download | packages_apps_browser-1f005d370557b6e69d2de6537e5ea21f73a7ec3f.zip packages_apps_browser-1f005d370557b6e69d2de6537e5ea21f73a7ec3f.tar.gz packages_apps_browser-1f005d370557b6e69d2de6537e5ea21f73a7ec3f.tar.bz2 |
Initial attempt to get the sliding title bar working, using a Gallery.
In addition the sliding title bar, I have now removed the TabPicker.
Now, when changing to a new tab, we just go straight there. Also
put back in Add bookmark in the top level menu. And fix the bug
where switching tabs was always bringing up the bookmarks.
Diffstat (limited to 'res/layout/custom_screen.xml')
-rw-r--r-- | res/layout/custom_screen.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml index 3ea8ec9..f654a84 100644 --- a/res/layout/custom_screen.xml +++ b/res/layout/custom_screen.xml @@ -24,9 +24,10 @@ <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - <com.android.browser.TitleBar android:id="@+id/title_bar" + <com.android.browser.TitleBarSet android:id="@+id/title_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" + android:background="@drawable/tab_unselected" /> <LinearLayout android:id="@+id/error_console" |