• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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
19         <TextView
20            android:layout_width="match_parent"
21            android:layout_height="wrap_content"/>
22
23        <TextView
24            android:text="@string/uapButtonTestInstructions"
25            android:layout_width="match_parent"
26            android:layout_height="wrap_content"/>
27
28         <TextView
29            android:layout_width="match_parent"
30            android:layout_height="wrap_content"/>
31
32        <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
46         <TextView
47            android:layout_width="match_parent"
48            android:layout_height="wrap_content"/>
49
50        <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
64         <TextView
65            android:layout_width="match_parent"
66            android:layout_height="wrap_content"/>
67
68        <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
82         <Space
83            android:layout_width="match_parent"
84            android:layout_height="5dp"/>
85        </LinearLayout>
86
87    <TextView
88        android:layout_width="wrap_content"
89        android:layout_height="wrap_content"
90        android:text="@string/usbaudio_results_text"/>
91
92    <include layout="@layout/pass_fail_buttons"/>
93</LinearLayout>
94</ScrollView>