1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2012-2014 Google Inc. All Rights Reserved. -->
3<resources xmlns:android="http://schemas.android.com/apk/res/android">
4
5    <!-- Max width for welcome text (default: 536dp) -->
6    <dimen name="welcome_message_max_width">400dp</dimen>
7
8    <!-- Offset (positive or negative) for the welcome message (default: 0) -->
9    <dimen name="welcome_message_offset">-100dp</dimen>
10
11</resources>
12