what-the-bank/resources/res/layout/2131560231.xml

29 lines
838 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>