blob: 42af6e9f18565cb398ae23a3a93e4776796d8efc [file] [log] [blame]
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:background="@android:color/black"
android:padding="5dp"
android:orientation="vertical" >
<TextView
android:id="@+id/instru"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="5" />
<Button
android:id="@+id/ok"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hifi_ultrasound_test_ok"
android:layout_weight="1" />
</LinearLayout>