aboutsummaryrefslogtreecommitdiff
path: root/MediaTek/FmRadio/res/layout/test_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'MediaTek/FmRadio/res/layout/test_view.xml')
-rwxr-xr-xMediaTek/FmRadio/res/layout/test_view.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/MediaTek/FmRadio/res/layout/test_view.xml b/MediaTek/FmRadio/res/layout/test_view.xml
deleted file mode 100755
index c26db52..0000000
--- a/MediaTek/FmRadio/res/layout/test_view.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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>