29 lines
No EOL
1.1 KiB
XML
29 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:background="?attr/bg_color"
|
|
android:layout_height="@dimen/list_item_height">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground">
|
|
|
|
<TextView
|
|
android:id="@+id/title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:minHeight="@dimen/list_item_height"
|
|
android:layout_gravity="center_vertical"
|
|
android:drawablePadding="16dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="16dp"
|
|
android:textAppearance="@style/TextAppearance.ListItemTitle"
|
|
android:textStyle="normal"
|
|
tools:drawableLeft="@drawable/ic_action_search_dark"
|
|
tools:text="@string/layer_poi"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |