diff options
author | John Reck <jreck@google.com> | 2011-07-13 15:48:43 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-07-18 10:25:43 -0700 |
commit | d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779 (patch) | |
tree | fa5229389ce7992567356db87572a014ea9f032d /res/layout | |
parent | caaf540bc9ae738f1b6f27e7012378686124ce6d (diff) | |
download | packages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.zip packages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.gz packages_apps_Browser-d3e4d5b4ffdf374b836ec9d4d3e315040c8c3779.tar.bz2 |
Move ComboView to its own activity
Bugs: 5009130 3368824
Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/bookmarks_history.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/bookmarks_history.xml b/res/layout/bookmarks_history.xml index 826fe49..5ec310c 100644 --- a/res/layout/bookmarks_history.xml +++ b/res/layout/bookmarks_history.xml @@ -17,6 +17,4 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/fragment" android:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@drawable/bg_browser" - android:paddingTop="?android:attr/actionBarSize" /> + android:layout_height="match_parent" /> |