2014-08-19 15:37:44 +09:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2015-05-25 16:02:41 +10:00
|
|
|
<org.fdroid.fdroid.views.swap.StartSwapView
|
2014-08-19 15:37:44 +09:30
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text_description"
|
2014-12-30 11:48:20 +11:00
|
|
|
android:text="@string/swap_introduction"
|
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" />
|
|
|
|
|
|
|
|
<Button
|
2014-06-20 21:44:42 +09:30
|
|
|
android:id="@+id/button_start_swap"
|
2014-12-30 11:48:20 +11:00
|
|
|
android:text="@string/swap_start"
|
2014-08-14 20:31:18 +09:30
|
|
|
style="@style/SwapTheme.StartSwap.StartButton"
|
2015-04-21 23:30:06 +10:00
|
|
|
android:layout_height="wrap_content"
|
2015-06-04 08:07:41 +10:00
|
|
|
android:layout_width="match_parent"/>
|
2014-08-19 15:37:44 +09:30
|
|
|
|
2015-05-25 16:02:41 +10:00
|
|
|
</org.fdroid.fdroid.views.swap.StartSwapView>
|