blob: 713ab3d5817064b8c7913f112738494d3f107fbb [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/container"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical" >
<org.wordpress.android.widgets.WPTextView
android:id="@+id/text"
android:background="?android:attr/selectableItemBackground"
android:clickable="true"
android:gravity="center_vertical"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:textAppearance="?android:attr/textAppearanceListItemSmall" >
</org.wordpress.android.widgets.WPTextView>
<View
android:background="@color/divider_grey"
android:layout_height="@dimen/list_divider_height"
android:layout_width="match_parent" >
</View>
</LinearLayout>