blob: bd806a169d5357b1f7ba184b5ae6129934e97c26 [file] [log] [blame]
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/refmic_test_question"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:soundEffectsEnabled="false"
android:text="@string/refmic_test_yes"
android:id="@+id/refmic_tests_yes_btn" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:soundEffectsEnabled="false"
android:text="@string/refmic_test_no"
android:id="@+id/refmic_tests_no_btn" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:soundEffectsEnabled="false"
android:text="@string/refmic_test_info"
android:id="@+id/refmic_test_info_btn" />
</LinearLayout>
</LinearLayout>