|
@@ -33,15 +33,16 @@
|
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingLeft="16dp"
|
|
|
+ android:paddingRight="16dp">
|
|
|
|
|
|
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:id="@+id/drawer_radio_group"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingLeft="16dp">
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<RadioButton
|
|
|
android:layout_width="wrap_content"
|
|
@@ -65,7 +66,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="horizontal" >
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
|
android:id="@+id/upload_files_btn_cancel"
|