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"
|
2015-04-14 16:53:48 -04:00
|
|
|
android:text="@string/swap_tap_to_select_apps"
|
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" />
|