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

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

Issue 2821223004: [Home] Show the app menu icons as a footer (Closed)
Patch Set: 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
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..b43ca87ce4d8c3f622682bc7062507aabad5473c 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -586,6 +586,12 @@
<style name="BottomSheetContentTitle" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:textSize">20sp</item>
</style>
+ <style name="AppMenuIconRowIcon">
Ted C 2017/04/18 22:58:46 Any reason OverflowMenuButton doesn't work here?
Theresa 2017/04/18 23:30:59 None at all. I removed this style.
+ <item name="android:layout_width">0dp</item>
+ <item name="android:layout_weight">1</item>
+ <item name="android:layout_height">match_parent</item>
+ <item name="android:background">?attr/listChoiceBackgroundIndicator</item>
+ </style>
<!-- New tab page RecyclerView overscroll color -->
<style name="NewTabPageRecyclerView">

Powered by Google App Engine
This is Rietveld 408576698