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 <ProgressBar 9 android:layout_width="wrap_content" 10 android:layout_height="wrap_content" 11 android:id="@+id/audio_loopback_progress_bar" /> 12 13 <TextView 14 android:layout_width="wrap_content" 15 android:layout_height="wrap_content" 16 android:text="@string/audio_loopback_results_text" 17 android:id="@+id/audio_loopback_results_text" /> 18</LinearLayout> 19