Remove the extra padding in the Tabs.
Use scheme to define the Bookmark style.
Fix http://b/issue?id=2125502
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d25a2ac..f6f5a22 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -113,7 +113,8 @@
</activity>
<activity android:name="CombinedBookmarkHistoryActivity" android:label=""
- android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden">
+ android:launchMode="singleTop" android:configChanges="orientation|keyboardHidden"
+ android:theme="@style/BookmarkTheme" >
</activity>
<activity android:name="BrowserBookmarksPage" android:label="@string/bookmarks"