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

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

Issue 1702003004: Replace update menu badge (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2623
Patch Set: Created 4 years, 10 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/toolbar.xml ('k') | chrome/android/java/res/values/dimens.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 ba1de2a173ac092ee99e4b1e77f4aa9d8b448f9b..e8dfaf6be11b08342c11746d5a730769c05c7e88 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -475,24 +475,29 @@
<style name="LocationBarButton">
<item name="android:background">@null</item>
</style>
+ <style name="LocationBarMenuButton" parent="LocationBarButton">
+ <item name="android:layout_height">match_parent</item>
+ <item name="android:layout_width">match_parent</item>
+ </style>
<style name="ToolbarButton">
<item name="android:background">?attr/selectableItemBackground</item>
<item name="android:layout_width">48dp</item>
<item name="android:layout_height">56dp</item>
<item name="android:scaleType">center</item>
</style>
+ <style name="ToolbarMenuButtonPhone" parent="ToolbarButton">
+ <item name="android:layout_gravity">top</item>
+ <item name="android:layout_width">42dp</item>
+ <item name="android:paddingEnd">4dp</item>
+ <item name="android:background">@null</item>
+ </style>
+ <style name="ToolbarMenuButtonTablet" parent="ToolbarButton">
+ <item name="android:layout_width">43dp</item>
+ <item name="android:paddingEnd">3.5dp</item>
+ </style>
<style name="AppMenuItem">
<item name="android:paddingStart">16dp</item>
<item name="android:paddingEnd">16dp</item>
<item name="android:background">?attr/listChoiceBackgroundIndicator</item>
</style>
- <style name="UpdateMenuBadge">
- <item name="android:layout_height">@dimen/menu_badge_size</item>
- <item name="android:layout_width">@dimen/menu_badge_size</item>
- <item name="android:layout_gravity">end|bottom</item>
- <item name="android:layout_marginBottom">14dp</item>
- <item name="android:focusable">false</item>
- <item name="android:importantForAccessibility">no</item>
- <item name="android:visibility">invisible</item>
- </style>
</resources>
« no previous file with comments | « chrome/android/java/res/layout/toolbar.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698