blob: b9c5d3e51a9fa85bf3389d249b22df07fc261a19 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/scrollView"
style="@style/RootLayoutPadding">
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/uap_usb_confirm"/>
<include layout="@layout/uap_profile_header"/>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:text="@string/uapPeripheralProfileStatus"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
android:text="status"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_attribsStatusTx"
android:paddingLeft="16dp"/>
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/usbaudio_results_text"/>
<include layout="@layout/pass_fail_buttons"/>
</LinearLayout>
</ScrollView>