aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/SetupCustomizer/res/values/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SetupCustomizer/res/values/dimens.xml b/apps/SetupCustomizer/res/values/dimens.xml
index 6b354b8..4371958 100644
--- a/apps/SetupCustomizer/res/values/dimens.xml
+++ b/apps/SetupCustomizer/res/values/dimens.xml
@@ -2,7 +2,7 @@
<!-- Copyright 2012-2014 Google Inc. All Rights Reserved. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- Welcome text font size -->
- <dimen name="welcome_font_size">12dp</dimen>
+ <!-- Welcome text font size; can use dp, sp, pt, etc. -->
+ <dimen name="welcome_font_size">12sp</dimen>
</resources>