From e61641b39df804db56197d36530dbddd145a91c9 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 21 Oct 2015 11:05:11 +0200 Subject: [PATCH] center align radio buttons --- res/layout/upload_files_layout.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/upload_files_layout.xml b/res/layout/upload_files_layout.xml index 0a76318f..f7f802cd 100644 --- a/res/layout/upload_files_layout.xml +++ b/res/layout/upload_files_layout.xml @@ -54,7 +54,7 @@ android:id="@+id/drawer_radio_group" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_gravity="center_horizontal" + android:gravity="center" android:orientation="horizontal"> -- 2.11.0