summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_set.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photo_set.xml')
-rw-r--r--res/layout/photo_set.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/layout/photo_set.xml b/res/layout/photo_set.xml
deleted file mode 100644
index 3e3d99a04..000000000
--- a/res/layout/photo_set.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingLeft="4dip"
- android:paddingRight="4dip">
-
- <GridView
- android:id="@id/android:list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:drawSelectorOnTop="true"
- android:numColumns="auto_fit"
- android:stretchMode="columnWidth"
- android:columnWidth="200dip"
- android:horizontalSpacing="1dip"
- android:verticalSpacing="1dip" />
-
- <TextView
- android:id="@id/android:empty"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="@string/empty_album" />
-
-</FrameLayout> \ No newline at end of file