From 429faf26e6aa6f901e803434e08739bc3629e2b5 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Wed, 16 Sep 2009 15:56:40 -0700 Subject: [PATCH] Remove the extra padding in the Tabs. Use scheme to define the Bookmark style. Fix http://b/issue?id=2125502 --- AndroidManifest.xml | 3 ++- res/layout/tabs.xml | 3 --- res/values/styles.xml | 4 ++++ src/com/android/browser/CombinedBookmarkHistoryActivity.java | 1 - 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d25a2ac..f6f5a22 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -113,7 +113,8 @@ + android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden" + android:theme="@style/BookmarkTheme" > @style/AutoCompleteTextView + +