Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4076)

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 2837643002: [Bookmarks] Remove side drawer and introduce root folder view (Closed)
Patch Set: Move is_permanent_node_ check to bookmark_bridge.cc Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/bookmark_main.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index bfb8e10cec809528b7a31d09a5adde9da5ed9d84..e21804f008bf4221f0bb7eefc4ecfaf59dc6ffb8 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -432,17 +432,6 @@
<style name="BookmarkMenuStyle" parent="Widget.AppCompat.ListPopupWindow">
<item name="android:popupBackground">@drawable/menu_bg</item>
</style>
- <style name="BookmarkDrawerItemStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">?android:attr/listPreferredItemHeightSmall</item>
- <item name="android:textAlignment">viewStart</item>
- <item name="android:gravity">start|center_vertical</item>
- <item name="android:paddingStart">@dimen/bookmark_drawer_drawable_padding</item>
- <item name="android:paddingEnd">@dimen/bookmark_drawer_drawable_padding</item>
- <item name="android:singleLine">true</item>
- <item name="android:textAppearance">?android:attr/textAppearanceLargePopupMenu</item>
- <item name="android:textSize">14sp</item>
- </style>
<!-- Contextual Search styles -->
<style name="ContextualSearchTextViewLayout">
« no previous file with comments | « chrome/android/java/res/layout/bookmark_main.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698