summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/photo_set_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/photo_set_item.xml b/res/layout/photo_set_item.xml
index b56184e59..e80957d5e 100644
--- a/res/layout/photo_set_item.xml
+++ b/res/layout/photo_set_item.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.photos.views.SquareImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="200dip"
+ android:layout_height="wrap_content"
android:id="@+id/thumbnail">
-</ImageView> \ No newline at end of file
+</com.android.photos.views.SquareImageView> \ No newline at end of file