summaryrefslogtreecommitdiff
path: root/res/layout/soundrecorder.xml
blob: f707e881a0bc59ee5bf91249a82e687514b118a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>