summaryrefslogtreecommitdiffstats
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
commit9654b9a7d990241781b6bd03a6926671e7c4257b (patch)
tree01937c539ce845462fd929c63a42ffc112d38d15
parent44de093c43b1b16acabdc5f1e349bdd51ef19f0a (diff)
downloadandroid_packages_apps_Snap-9654b9a7d990241781b6bd03a6926671e7c4257b.tar.gz
android_packages_apps_Snap-9654b9a7d990241781b6bd03a6926671e7c4257b.tar.bz2
android_packages_apps_Snap-9654b9a7d990241781b6bd03a6926671e7c4257b.zip
Fix ICS compatibility issues
Change-Id: I43f3236b9da0424fde66d3ad4d46403223fde8bf
-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