xref: /aosp_15_r20/cts/apps/CtsVerifier/res/layout/activity_start.xml (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1*b7c941bbSAndroid Build Coastguard Worker<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2*b7c941bbSAndroid Build Coastguard Worker                xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3*b7c941bbSAndroid Build Coastguard Worker                android:fitsSystemWindows="@bool/fit_system_windows"
4*b7c941bbSAndroid Build Coastguard Worker                android:layout_height="match_parent"
5*b7c941bbSAndroid Build Coastguard Worker                android:paddingLeft="@dimen/activity_horizontal_margin"
6*b7c941bbSAndroid Build Coastguard Worker                android:paddingRight="@dimen/activity_horizontal_margin"
7*b7c941bbSAndroid Build Coastguard Worker                android:paddingTop="@dimen/activity_vertical_margin"
8*b7c941bbSAndroid Build Coastguard Worker                android:paddingBottom="@dimen/activity_vertical_margin"
9*b7c941bbSAndroid Build Coastguard Worker                tools:context=".StartActivity">
10*b7c941bbSAndroid Build Coastguard Worker
11*b7c941bbSAndroid Build Coastguard Worker    <TextView
12*b7c941bbSAndroid Build Coastguard Worker            android:layout_width="wrap_content"
13*b7c941bbSAndroid Build Coastguard Worker            android:layout_height="wrap_content"
14*b7c941bbSAndroid Build Coastguard Worker            android:layout_centerHorizontal="true"
15*b7c941bbSAndroid Build Coastguard Worker            android:id="@+id/tvDesc"
16*b7c941bbSAndroid Build Coastguard Worker            android:text="@string/overall_instructions"/>
17*b7c941bbSAndroid Build Coastguard Worker
18*b7c941bbSAndroid Build Coastguard Worker    <Button
19*b7c941bbSAndroid Build Coastguard Worker            android:layout_width="wrap_content"
20*b7c941bbSAndroid Build Coastguard Worker            android:layout_height="wrap_content"
21*b7c941bbSAndroid Build Coastguard Worker            android:layout_below="@+id/tvDesc"
22*b7c941bbSAndroid Build Coastguard Worker            android:layout_centerHorizontal="true"
23*b7c941bbSAndroid Build Coastguard Worker            android:id="@+id/btnStart"
24*b7c941bbSAndroid Build Coastguard Worker            android:text="@string/start"/>
25*b7c941bbSAndroid Build Coastguard Worker
26*b7c941bbSAndroid Build Coastguard Worker</RelativeLayout>
27