blob: bc8038be71d9efaa3b0b801275ba4dc4df7c3ee1 [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="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
android:gravity="bottom"
android:id="@+id/audio_wired_port_exists"
android:text="@string/audio_wired_exists" />
<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:id="@+id/audio_wired_no"
android:text="@string/audio_wired_no" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/audio_wired_yes"
android:text="@string/audio_wired_yes" />
</LinearLayout>
</LinearLayout>