29 lines
838 B
XML
29 lines
838 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="72dp">
|
|
<TextView
|
|
textSize="16sp"
|
|
textColor="#212121"
|
|
ellipsize="end"
|
|
gravity="bottom"
|
|
id="@+id/places_autocomplete_prediction_primary_text"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
lines="1"
|
|
singleLine="true"
|
|
layout_weight="1"/>
|
|
<TextView
|
|
textSize="14sp"
|
|
textColor="#616161"
|
|
ellipsize="end"
|
|
gravity="top"
|
|
id="@+id/places_autocomplete_prediction_secondary_text"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
lines="1"
|
|
singleLine="true"
|
|
layout_weight="1"/>
|
|
</LinearLayout>
|