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