aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/media_gallery_edit_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/media_gallery_edit_fragment.xml')
-rw-r--r--WordPress/src/main/res/layout/media_gallery_edit_fragment.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/media_gallery_edit_fragment.xml b/WordPress/src/main/res/layout/media_gallery_edit_fragment.xml
new file mode 100644
index 000000000..e0129b33d
--- /dev/null
+++ b/WordPress/src/main/res/layout/media_gallery_edit_fragment.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <com.mobeta.android.dslv.DragSortListView
+ android:id="@+id/edit_media_gallery_gridview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:numColumns="@integer/media_grid_num_columns"
+ app:click_remove_id="@id/click_remove"
+ app:collapsed_height="1px"
+ app:drag_enabled="true"
+ app:drag_handle_id="@id/drag_handle"
+ app:drag_scroll_start="0.33"
+ app:drag_start_mode="onDown"
+ app:float_alpha="0.6"
+ app:remove_enabled="true"
+ app:remove_mode="clickRemove"
+ app:slide_shuffle_speed="0.3" />
+
+</FrameLayout> \ No newline at end of file