summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_set_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photo_set_item.xml')
-rw-r--r--res/layout/photo_set_item.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/layout/photo_set_item.xml b/res/layout/photo_set_item.xml
deleted file mode 100644
index 0f740fad9..000000000
--- a/res/layout/photo_set_item.xml
+++ /dev/null
@@ -1,14 +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="wrap_content"
- android:background="?android:attr/activatedBackgroundIndicator"
- android:padding="2dip">
-
- <com.android.photos.views.SquareImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/thumbnail" />
-
-</FrameLayout> \ No newline at end of file