Browse Source

Remove files_move layout after creating files_folder_picker one

jabarros 10 years ago
parent
commit
dc8a495e55
1 changed files with 0 additions and 36 deletions
  1. 0 36
      res/layout/files_move.xml

+ 0 - 36
res/layout/files_move.xml

@@ -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>