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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add code create 1dp transparent border in LocatoinBarPhone Created 5 years 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/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index da9a429fe38c3d2e96b2d6c2d1efc16c53f87efc..8944ab8e14883a49f9e1e548d3c7375b4ccbf5af 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -55,6 +55,8 @@
<!-- The amount to fade the edges of the menu to indicate more content is available
via scrolling. -->
<dimen name="menu_vertical_fade_distance">15dp</dimen>
+ <dimen name="menu_badge_size">15dp</dimen>
+ <dimen name="menu_badge_background_size">16dp</dimen>
Theresa 2015/12/08 17:59:37 The icon size w/out the border is 16x16; the backg
Theresa 2015/12/10 03:53:17 Done.
<!-- Menu button dragging related dimensions -->
<dimen name="auto_scroll_full_velocity">500dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698