28 lines
852 B
XML
28 lines
852 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
foreground="?android:attr/selectableItemBackground"
|
|
paddingStart="16dp">
|
|
<TextView
|
|
id="@+id/tv_place"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="4dp"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_address"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
maxLines="1"
|
|
style="@style/2132017916"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|