OSDN Git Service

Thumbnails for PhotoSetPage
[android-x86/packages-apps-Gallery2.git] / res / layout / photo_set.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:paddingLeft="8dp"
6     android:paddingRight="8dp" >
7
8     <com.android.photos.views.GalleryThumbnailView
9         android:id="@id/android:list"
10         android:layout_width="match_parent"
11         android:layout_height="match_parent"
12         android:layout_weight="1"
13         android:drawSelectorOnTop="true" />
14
15     <TextView
16         android:id="@id/android:empty"
17         android:layout_width="wrap_content"
18         android:layout_height="wrap_content"
19         android:layout_gravity="center"
20         android:text="@string/empty_album" />
21
22 </FrameLayout>