From: Andy Scherzinger Date: Wed, 21 Oct 2015 09:05:11 +0000 (+0200) Subject: center align radio buttons X-Git-Tag: beta-20151122~4^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/e61641b39df804db56197d36530dbddd145a91c9?ds=sidebyside;hp=--cc center align radio buttons --- e61641b39df804db56197d36530dbddd145a91c9 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">