OSDN Git Service

Initial commit
[worldopac/WorldOpac.git] / WorldOpac / res / layout / listitem_group.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="wrap_content"
5     android:background="@drawable/liblist_group_bg"
6     android:orientation="vertical"
7     android:padding="8dip" >
8
9     <TextView
10         android:id="@+id/tvTitle"
11         android:layout_width="match_parent"
12         android:layout_height="wrap_content"
13         android:paddingLeft="30dp"
14         android:textAppearance="?android:attr/textAppearanceLarge" />
15
16 </LinearLayout>