aboutsummaryrefslogtreecommitdiff
path: root/apps/SetupCustomizer/res/values/dimens.xml
blob: 690766118be743a601d336566ae19dbd59a0eeae (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2012-2014 Google Inc. All Rights Reserved. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- Max width for welcome text (default: 536dp) -->
    <dimen name="welcome_message_max_width">400dp</dimen>

    <!-- Offset (positive or negative) for the welcome message (default: 0) -->
    <dimen name="welcome_message_offset">-100dp</dimen>

</resources>