OSDN Git Service

merge in KQS81M
[android-x86/packages-apps-Gallery2.git] / res / layout / photo_set_item.xml
index b56184e..0f740fa 100644 (file)
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="200dip"
-    android:id="@+id/thumbnail">
+    android:layout_height="wrap_content"
+    android:background="?android:attr/activatedBackgroundIndicator"
+    android:padding="2dip">
 
-</ImageView>
\ No newline at end of file
+    <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