tobiasKaminsky %!s(int64=9) %!d(string=hai) anos
pai
achega
a1b2655d85
Modificáronse 1 ficheiros con 22 adicións e 0 borrados
  1. 22 0
      res/layout/upload_files_layout.xml

+ 22 - 0
res/layout/upload_files_layout.xml

@@ -30,6 +30,28 @@
         android:layout_weight="1"
         class="com.owncloud.android.ui.fragment.LocalFileListFragment" />
 
+    <LinearLayout
+        android:orientation="horizontal"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content">
+
+        <RadioButton
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="copy"
+            android:id="@+id/mBtnCopy"
+            android:layout_weight="1"
+            android:checked="true" />
+
+        <RadioButton
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="move"
+            android:id="@+id/mBtnMove"
+            android:layout_weight="1"
+            android:checked="false" />
+    </LinearLayout>
+
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"