OSDN Git Service

Fix proguard failure when using javac am: 084ef10d7d
[android-x86/packages-apps-Gallery2.git] / res / layout / photo_set_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="wrap_content"
6     android:background="?android:attr/activatedBackgroundIndicator"
7     android:padding="2dip">
8
9     <com.android.photos.views.SquareImageView
10         android:layout_width="match_parent"
11         android:layout_height="wrap_content"
12         android:id="@+id/thumbnail" />
13
14 </FrameLayout>