1
0
Fork 0
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.

188 lines
7.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
style="@style/RootLayoutPadding">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/scrollView">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/audio_loopback_headset_port">
<include layout="@layout/audio_loopback_volume_layout" />
<include layout="@layout/audio_loopback_device_layout" />
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Test Path:"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_testpath"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Pro Audio:"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_pro_audio"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="MMAP Supported:"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_mmap"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="MMAP Exclusive Supported:"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_mmap_exclusive"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Low Latency Support:"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_low_latency"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Required Max Latency (ms):"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_must_latency"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Recommended Max Latency (ms):"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text=""
android:id="@+id/audio_loopback_recommended_latency"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/audio_loopback_layout">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/audio_loopback_test_btn"
android:id="@+id/audio_loopback_test_btn"
android:nextFocusForward="@+id/pass_button"
android:nextFocusUp="@+id/audio_loopback_level_seekbar"
android:nextFocusDown="@+id/pass_button"
android:nextFocusLeft="@+id/audio_loopback_level_seekbar"
android:nextFocusRight="@+id/pass_button" />
</LinearLayout>
<include layout="@layout/audio_loopback_footer_layout"/>
</LinearLayout>
<include layout="@layout/pass_fail_buttons" />
</LinearLayout>
</ScrollView>
</LinearLayout>