summaryrefslogtreecommitdiffstats
path: root/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 77a5ad5..bd4a002 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -14,10 +14,23 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
- <Button
- android:id="@+id/start_screencast"
- android:layout_marginTop="20dp"
- android:text="@string/start_screencast"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:layout_marginTop="20dp">
+ <Button
+ android:id="@+id/start_screencast"
+ android:text="@string/start_screencast"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
+ <Button
+ android:id="@+id/stop_screencast"
+ android:text="@string/stop"
+ android:enabled="false"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+ </LinearLayout>
+
</LinearLayout> \ No newline at end of file