summaryrefslogtreecommitdiff
path: root/res/layout/soundrecorder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/soundrecorder.xml')
-rw-r--r--res/layout/soundrecorder.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/layout/soundrecorder.xml b/res/layout/soundrecorder.xml
new file mode 100644
index 0000000..184bbae
--- /dev/null
+++ b/res/layout/soundrecorder.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+ <Button
+ android:id="@+id/Record"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:text="Record"
+/>
+ <Button
+ android:id="@+id/Stop"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:text="Stop"
+/>
+</LinearLayout>