You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

<?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>