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

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

Issue 2664983004: Allow ShortcutHelper to retrieve badge icon dimensions. (Closed)
Patch Set: Addressing comments Created 3 years, 11 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2aa5c62b4a6eac4376e98e7f77258049903456e9..5af6ce85c71ee782ef96b46c39fec936260489c7 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -223,6 +223,8 @@
<dimen name="webapp_splash_small_title_margin_top">32dp</dimen>
<dimen name="webapp_splash_large_title_margin_bottom">16dp</dimen>
+ <dimen name="webapk_badge_icon_size">24dp</dimen>
+
<!-- Toolbar dimensions -->
<dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen>
<dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698