wip
authortobiasKaminsky <tobias@kaminsky.me>
Mon, 21 Sep 2015 06:57:00 +0000 (08:57 +0200)
committertobiasKaminsky <tobias@kaminsky.me>
Mon, 21 Sep 2015 06:57:00 +0000 (08:57 +0200)
res/layout/upload_files_layout.xml

index 95a3fb2..245e92a 100644 (file)
         class="com.owncloud.android.ui.fragment.LocalFileListFragment" />\r
 \r
     <LinearLayout\r
+        android:orientation="horizontal"\r
+        android:layout_width="match_parent"\r
+        android:layout_height="wrap_content">\r
+\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
+    </LinearLayout>\r
+\r
+    <LinearLayout\r
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content"\r
         android:gravity="center"\r