diff options
Diffstat (limited to 'MediaTek/FmRadio/res/layout/test_view.xml')
| -rwxr-xr-x | MediaTek/FmRadio/res/layout/test_view.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/MediaTek/FmRadio/res/layout/test_view.xml b/MediaTek/FmRadio/res/layout/test_view.xml new file mode 100755 index 0000000..c26db52 --- /dev/null +++ b/MediaTek/FmRadio/res/layout/test_view.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + <Button + android:id="@+id/search" + android:layout_width="match_parent" + android:layout_height="100dip" + android:textSize="30sp" + android:text="@string/test_search" + /> + <Button + android:id="@+id/success" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_weight="1" + android:textSize="30sp" + android:text="@string/test_success" /> + <Button + android:id="@+id/fail" + android:layout_width="match_parent" + android:layout_height="100dip" + android:textSize="30sp" + android:text="@string/test_fail" /> +</LinearLayout> |
