summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-04-13 17:30:38 -0700
committerJohn Reck <jreck@google.com>2011-04-13 17:32:13 -0700
commit94dbea662ef66fb22b7184cee2322f2a18ba496a (patch)
tree4938bcbe55a4c425d8dae0f2f5e23067ddab7842 /res/layout
parentef55ab703f5fc03663eea078db6909e1e9b5e1a8 (diff)
downloadpackages_apps_Browser-94dbea662ef66fb22b7184cee2322f2a18ba496a.zip
packages_apps_Browser-94dbea662ef66fb22b7184cee2322f2a18ba496a.tar.gz
packages_apps_Browser-94dbea662ef66fb22b7184cee2322f2a18ba496a.tar.bz2
Use action bar in overlay mode on phones
Change-Id: I9e920323812ad1ba3a6617a938780410e6c7ca36
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/bookmarks_history.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/bookmarks_history.xml b/res/layout/bookmarks_history.xml
index 5622917..826fe49 100644
--- a/res/layout/bookmarks_history.xml
+++ b/res/layout/bookmarks_history.xml
@@ -4,9 +4,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -18,4 +18,5 @@
android:id="@+id/fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/bg_browser" />
+ android:background="@drawable/bg_browser"
+ android:paddingTop="?android:attr/actionBarSize" />