blob: 3da724765693e2d629a2ca4211b9a00b42ebe1af [file] [log] [blame]
Paul McLeanc713de72017-01-12 15:21:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:id="@+id/scrollView"
6 style="@style/RootLayoutPadding">
7
8<LinearLayout android:orientation="vertical"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content">
11
12 <include layout="@layout/uap_profile_header"/>
13
14 <LinearLayout
15 android:orientation="vertical"
16 android:layout_width="match_parent"
17 android:layout_height="match_parent">
18
Paul McLeanfaf9ad62017-03-09 12:38:37 -070019 <TextView
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"/>
22
Paul McLeanc713de72017-01-12 15:21:16 -070023 <TextView
24 android:text="@string/uapButtonTestInstructions"
25 android:layout_width="match_parent"
26 android:layout_height="wrap_content"/>
27
Paul McLeanfaf9ad62017-03-09 12:38:37 -070028 <TextView
29 android:layout_width="match_parent"
30 android:layout_height="wrap_content"/>
31
Paul McLeanc713de72017-01-12 15:21:16 -070032 <TextView
33 android:text="@string/uapButtonsBtnALbl"
34 android:id="@+id/uap_buttonsBtnALabelTx"
35 android:layout_width="match_parent"
36 android:layout_height="wrap_content"
37 />
38
39 <TextView
40 android:text="@string/uapButtonsNotRecognized"
41 android:layout_width="match_parent"
42 android:layout_height="wrap_content"
43 android:id="@+id/uap_buttonsBtnAStatusTx"
44 android:paddingLeft="16dp"/>
45
Paul McLeanfaf9ad62017-03-09 12:38:37 -070046 <TextView
47 android:layout_width="match_parent"
48 android:layout_height="wrap_content"/>
49
Paul McLeanc713de72017-01-12 15:21:16 -070050 <TextView
51 android:text="@string/uapButtonsBtnBLbl"
52 android:id="@+id/uap_buttonsBtnBLabelTx"
53 android:layout_width="match_parent"
54 android:layout_height="wrap_content"
55 />
56
57 <TextView
58 android:text="@string/uapButtonsNotRecognized"
59 android:layout_width="match_parent"
60 android:layout_height="wrap_content"
61 android:id="@+id/uap_buttonsBtnBStatusTx"
62 android:paddingLeft="16dp"/>
63
Paul McLeanfaf9ad62017-03-09 12:38:37 -070064 <TextView
65 android:layout_width="match_parent"
66 android:layout_height="wrap_content"/>
67
Paul McLeanc713de72017-01-12 15:21:16 -070068 <TextView
69 android:text="@string/uapButtonsBtnCLbl"
70 android:id="@+id/uap_buttonsBtnCLabelTx"
71 android:layout_width="match_parent"
72 android:layout_height="wrap_content"
73 />
74
75 <TextView
76 android:text="@string/uapButtonsNotRecognized"
77 android:layout_width="match_parent"
78 android:layout_height="wrap_content"
79 android:id="@+id/uap_buttonsBtnCStatusTx"
80 android:paddingLeft="16dp"/>
81
Paul McLeanfaf9ad62017-03-09 12:38:37 -070082 <Space
83 android:layout_width="match_parent"
84 android:layout_height="5dp"/>
85
Paul McLeanc713de72017-01-12 15:21:16 -070086 <TextView
87 android:text="@string/uapButtonsBtnDLbl"
88 android:id="@+id/uap_buttonsBtnDLabelTx"
89 android:layout_width="match_parent"
90 android:layout_height="wrap_content"
91 />
92
93 <TextView
94 android:text="@string/uapButtonsNotRecognized"
95 android:layout_width="match_parent"
96 android:layout_height="wrap_content"
97 android:id="@+id/uap_buttonsBtnDStatusTx"
98 android:paddingLeft="16dp"/>
Paul McLeanfaf9ad62017-03-09 12:38:37 -070099
100 <Space
101 android:layout_width="match_parent"
102 android:layout_height="5dp"/>
Paul McLeanc713de72017-01-12 15:21:16 -0700103 </LinearLayout>
104
Paul McLeanfaf9ad62017-03-09 12:38:37 -0700105 <TextView
106 android:layout_width="wrap_content"
107 android:layout_height="wrap_content"
108 android:text="@string/usbaudio_results_text"/>
109
Paul McLeanc713de72017-01-12 15:21:16 -0700110 <include layout="@layout/pass_fail_buttons"/>
111</LinearLayout>
112</ScrollView>