Chromium Code Reviews| 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"> |