forked from amazingfate/loongoffice
21 lines
716 B
XML
21 lines
716 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" android:clickable="true" >
|
|
|
|
<ImageView
|
|
android:id="@+id/sub_divider"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="1dip"
|
|
android:src="@color/medium_grey" />
|
|
|
|
<TextView
|
|
android:id="@+id/selector_sub_label"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="10dip"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
/>
|
|
|
|
</LinearLayout> |