summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_set_item.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-03-12 12:55:27 -0700
committerJohn Reck <jreck@google.com>2013-03-12 13:09:01 -0700
commit1124090a300e96f6d1d5b0c67f3fe314daf32743 (patch)
treef6bccf627d1fcbf522b6a8e576c6d6a88f062990 /res/layout/photo_set_item.xml
parentf402ec180c7e5f406ee30075dc6dac7a90f9310e (diff)
downloadandroid_packages_apps_Gallery2-1124090a300e96f6d1d5b0c67f3fe314daf32743.tar.gz
android_packages_apps_Gallery2-1124090a300e96f6d1d5b0c67f3fe314daf32743.tar.bz2
android_packages_apps_Gallery2-1124090a300e96f6d1d5b0c67f3fe314daf32743.zip
Fix ICS compatibility issues
Change-Id: I43f3236b9da0424fde66d3ad4d46403223fde8bf
Diffstat (limited to 'res/layout/photo_set_item.xml')
-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