blob: a5bfcfca7e99217452e21fabcb488e48a3482d05 [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="wrap_content">
<Space
android:layout_width="match_parent"
android:layout_height="5dp"/>
<TextView
android:text="@string/uapRecordTestInstructions"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<Space
android:layout_width="match_parent"
android:layout_height="5dp"/>
<Button
android:text="@string/audio_uap_record_recordBtn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_recordRecordBtn"
android:nextFocusUp="@+id/fail_button"
android:nextFocusDown="@+id/uap_recordRecordLoopBtn"/>
<Button
android:text="@string/audio_uap_record_recordLoopbackBtn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/uap_recordRecordLoopBtn"
android:nextFocusUp="@+id/uap_recordRecordBtn"
android:nextFocusDown="@+id/pass_button"/>
</LinearLayout>
<Space
android:layout_width="match_parent"
android:layout_height="5dp"/>
<com.android.cts.verifier.audio.audiolib.WaveScopeView
android:id="@+id/uap_recordWaveView"
android:layout_width="match_parent"
android:layout_height="256dp"/>
<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>