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

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

Issue 1239923002: webapps: add splashscreen for installed webapps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest-title
Patch Set: Fix compile and remove scaling Created 5 years, 3 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
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 69bb514086586199250d5cfd43db0a0a807b6c74..36742efe4028fc151ae2f84b196478a9b46c3bff 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -196,6 +196,8 @@
<!-- Web app dimensions -->
<dimen name="webapp_splash_image_size">128dp</dimen>
+ <dimen name="webapp_splash_title_bottom_margin">64dp</dimen>
newt (away) 2015/09/04 18:45:48 Likewise, I'd just inline these values rather than
Lalit Maganti 2015/09/04 19:12:02 Done.
+ <dimen name="webapp_splash_title_size">24sp</dimen>
<!-- Toolbar dimensions -->
<dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698