OSDN Git Service

f5efabef13cc4a070c2315a38d7e227ef4d4b403
[android-x86/external-koush-Widgets.git] / Widgets / res / layout / list_item_selectable.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="wrap_content"
5     android:minHeight="64dp"
6     android:orientation="horizontal" >
7
8     <View
9         android:layout_width="10dp"
10         android:layout_height="match_parent"
11         android:background="?android:attr/activatedBackgroundIndicator" />
12
13     <include layout="@layout/list_item_base" />
14
15 </LinearLayout>