25 lines
No EOL
848 B
XML
25 lines
No EOL
848 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center" >
|
|
|
|
<Button
|
|
android:id="@+id/select_tour"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:text="@string/select_tour" />
|
|
|
|
<ImageButton
|
|
android:id="@+id/access_code"
|
|
android:src="@drawable/ic_action_settings_light"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout>
|
|
|
|
</FrameLayout> |