aboutsummaryrefslogtreecommitdiffstats
path: root/tools/FM/FmRxApp/res/layout/toast.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/FM/FmRxApp/res/layout/toast.xml')
-rw-r--r--tools/FM/FmRxApp/res/layout/toast.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/FM/FmRxApp/res/layout/toast.xml b/tools/FM/FmRxApp/res/layout/toast.xml
new file mode 100644
index 0000000..7d931b0
--- /dev/null
+++ b/tools/FM/FmRxApp/res/layout/toast.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/toast_layout" android:orientation="horizontal"
+ android:layout_width="fill_parent" android:layout_height="wrap_content"
+ android:padding="10dp" android:background="#DAAA">
+ <TextView android:id="@+id/text" android:layout_width="wrap_content"
+ android:layout_height="fill_parent" android:textColor="#FFF" />
+</LinearLayout>