Remove files_move layout after creating files_folder_picker one
authorjabarros <jabarros@solidgear.es>
Tue, 18 Nov 2014 13:53:41 +0000 (14:53 +0100)
committerjabarros <jabarros@solidgear.es>
Tue, 18 Nov 2014 13:53:41 +0000 (14:53 +0100)
res/layout/files_move.xml [deleted file]

diff --git a/res/layout/files_move.xml b/res/layout/files_move.xml
deleted file mode 100644 (file)
index 491bcd8..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/background_color"
-    android:orientation="vertical" >
-
-       <FrameLayout 
-               android:layout_width="match_parent"
-               android:layout_height="0dip"
-        android:layout_weight="1"
-               android:id="@+id/fragment_container" />
-       
-       <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:gravity="center"
-        android:orientation="horizontal" >
-
-        <Button
-            android:id="@+id/move_files_btn_cancel"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:text="@string/common_cancel" />
-
-               <Button
-                   android:id="@+id/move_files_btn_choose"
-                   android:layout_width="wrap_content"
-                   android:layout_height="wrap_content"
-                   android:layout_weight="1"
-                   android:text="@string/move_choose_button_text" />
-
-       </LinearLayout>
-
- </LinearLayout>
\ No newline at end of file