1<?xml version="1.0" encoding="utf-8"?> 2<LinearLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:layout_width="match_parent" 5 android:layout_height="wrap_content" 6 android:orientation="vertical"> 7 8 <TextView 9 android:text="@string/audioLoopbackInputLbl" 10 android:layout_width="wrap_content" 11 android:layout_height="wrap_content" 12 android:textSize="18sp"/> 13 14 <TextView 15 android:layout_width="wrap_content" 16 android:layout_height="wrap_content" 17 android:paddingLeft="10dp" 18 android:paddingRight="10dp" 19 android:id="@+id/audioLoopbackInputLbl" 20 android:textSize="18sp"/> 21 22 <TextView 23 android:text="@string/audioLoopbackOutputLbl" 24 android:layout_width="wrap_content" 25 android:layout_height="wrap_content" 26 android:textSize="18sp"/> 27 28 <TextView 29 android:layout_width="wrap_content" 30 android:layout_height="wrap_content" 31 android:paddingLeft="10dp" 32 android:paddingRight="10dp" 33 android:id="@+id/audioLoopbackOutputLbl" 34 android:textSize="18sp"/> 35 36 37</LinearLayout>