wip
[pub/Android/ownCloud.git] / res / layout / upload_files_layout.xml
index 245e92a..26e0394 100644 (file)
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content">\r
 \r
-        <RadioButton\r
-            android:layout_width="wrap_content"\r
+        <RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"\r
+            android:id="@+id/drawer_radio_group"\r
+            android:layout_width="fill_parent"\r
             android:layout_height="wrap_content"\r
-            android:text="copy"\r
-            android:id="@+id/mBtnCopy"\r
-            android:layout_weight="1"\r
-            android:checked="true" />\r
+            android:layout_gravity="center_horizontal"\r
+            android:orientation="horizontal">\r
 \r
-        <RadioButton\r
-            android:layout_width="wrap_content"\r
-            android:layout_height="wrap_content"\r
-            android:text="move"\r
-            android:id="@+id/mBtnMove"\r
-            android:layout_weight="1"\r
-            android:checked="false" />\r
+            <RadioButton\r
+                android:layout_width="wrap_content"\r
+                android:layout_height="wrap_content"\r
+                android:text="copy"\r
+                android:id="@+id/mBtnCopy"\r
+                android:layout_weight="1"\r
+                android:checked="true" />\r
+\r
+            <RadioButton\r
+                android:layout_width="wrap_content"\r
+                android:layout_height="wrap_content"\r
+                android:text="move"\r
+                android:id="@+id/mBtnMove"\r
+                android:layout_weight="1"\r
+                android:checked="false" />\r
+        </RadioGroup>\r
     </LinearLayout>\r
 \r
     <LinearLayout\r