From ad13250d9336fb0b79c2e0548abf2e7d76e13546 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 16 Oct 2012 11:45:34 +0200 Subject: [PATCH] Some layout beautifying --- .../tutorials/android-tutorial-3/res/layout/main.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml b/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml index b0812e4ae2..5da5857f2a 100644 --- a/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml +++ b/gst-sdk/tutorials/android-tutorial-3/res/layout/main.xml @@ -2,16 +2,20 @@ + android:layout_height="wrap_content" + android:layout_marginBottom="16dip" + android:gravity="center_horizontal" /> - + android:layout_height="wrap_content" + android:layout_gravity="center_vertical|center_horizontal" /> - + \ No newline at end of file