summaryrefslogtreecommitdiff
path: root/res/layout/soundrecorder.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@sol.(none)>2011-10-22 00:13:24 +0100
committerJoe Robinson <joe@sol.(none)>2011-10-22 00:13:24 +0100
commit559305e42e1ea09b8d26085e8f8355bdb6ba0352 (patch)
tree10815d4f875c41842119f372d5e9226bab4abc92 /res/layout/soundrecorder.xml
parenta983fe36ddf8352b7d1122bdc060d271004724ee (diff)
Updating with code from months ago that wasn't commited (This might
break everything)
Diffstat (limited to 'res/layout/soundrecorder.xml')
-rw-r--r--res/layout/soundrecorder.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/res/layout/soundrecorder.xml b/res/layout/soundrecorder.xml
index 184bbae..f707e88 100644
--- a/res/layout/soundrecorder.xml
+++ b/res/layout/soundrecorder.xml
@@ -1,18 +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>
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content">
+ <Button
+ android:id="@+id/Record"
+ android:layout_height="wrap_content"
+ android:layout_width="fill_parent"
+ android:text="Record"
+/>
+ <Button
+ android:id="@+id/Stop"
+ android:layout_height="wrap_content"
+ android:layout_width="fill_parent"
+ android:text="Stop"
+/>
+</LinearLayout>