aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristopher Lane <lanechr@google.com>2014-10-31 14:08:17 -0700
committerChristopher Lane <lanechr@google.com>2014-10-31 14:08:17 -0700
commit621d6555335ec01f3805468c3312c552b3811938 (patch)
treed73f97908c76d68d7af3b1c1b3a54b60c4d1100a /apps
parent2063cd5ca851e1864aee4444078e6d14f3ae58cb (diff)
downloadsample-621d6555335ec01f3805468c3312c552b3811938.tar.gz
Example welcome font size setup customization
Bug: 18193912 Change-Id: I06cad26d8bca6114d049182e07c85b69dbc6cbd8
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>