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

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

Issue 2773353002: Make minimum PWA icon size the same accross all device densities
Patch Set: Merge branch 'master' into min_size 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
« 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 ec17ce26b9dab720bac751f66e8fa28cdce97322..def01d9706407b053080eca873cd8395ba42ba11 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -225,7 +225,8 @@
<dimen name="webapp_splash_offset">32dp</dimen>
<dimen name="webapp_splash_image_size_ideal">128dp</dimen>
<dimen name="webapp_splash_image_size_threshold">80dp</dimen>
- <dimen name="webapp_splash_image_size_minimum">48dp</dimen>
+ <!-- Matches InstallableManager::GetMinimumIconSizeInPx() -->
+ <dimen name="webapp_splash_image_size_minimum">144px</dimen>
dominickn 2017/04/06 05:30:26 This size is only used for splash screens. You hav
<dimen name="webapp_splash_small_image_size">80dp</dimen>
<dimen name="webapp_splash_small_title_margin_top">32dp</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