2014-08-19 15:37:44 +09:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/text_description"
|
|
|
|
android:text="Tap to select the apps you want to swap."
|
2014-08-14 20:31:18 +09:30
|
|
|
style="@style/SwapTheme.StartSwap.MainText"
|
2014-08-19 15:37:44 +09:30
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|