summaryrefslogtreecommitdiffstats
path: root/res/layout/custom_screen.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-09-02 21:20:30 -0400
committerLeon Scroggins <scroggo@google.com>2009-09-02 21:20:30 -0400
commit39ab28eba0c8c837ac80851ec0dd2af336aa3f85 (patch)
treed261717a43f74dbf0e74a12fe81855ab34cf17e3 /res/layout/custom_screen.xml
parent13fbf511bbaec5fdb4a4358b82ff54d0d9bb69e8 (diff)
downloadpackages_apps_Browser-39ab28eba0c8c837ac80851ec0dd2af336aa3f85.tar.gz
packages_apps_Browser-39ab28eba0c8c837ac80851ec0dd2af336aa3f85.tar.bz2
packages_apps_Browser-39ab28eba0c8c837ac80851ec0dd2af336aa3f85.zip
Attach the title bar to the top of the page.
Remove the old notions of changing the viewing mode resulting in changing the visibility of the title bar. Instead, attach the title bar to the current WebView. Requires a change to frameworks/base. Change-Id: I65ba1182db040848700840e6229d7e1a7c6050d0
Diffstat (limited to 'res/layout/custom_screen.xml')
-rw-r--r--res/layout/custom_screen.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml
index f654a8450..d1f16583e 100644
--- a/res/layout/custom_screen.xml
+++ b/res/layout/custom_screen.xml
@@ -24,11 +24,6 @@
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <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"
android:layout_width="fill_parent"