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

39 lines
1.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
orientation="vertical"
id="@+id/ll_layout_car_source_linear"
background="@drawable/bg_white_rounded"
padding="16dp"
clickable="true"
layout_width="@dimen/2131166621"
layout_height="120dp"
layout_margin="5dp"
foreground="@drawable/ripple_rounded_4_purple"
layout_centerInParent="true"
elevation="2dp">
<TextView
ellipsize="end"
id="@+id/tv_car_brand"
layout_width="match_parent"
layout_height="wrap_content"
lines="1"
style="@style/2132017876"/>
<TextView
id="@+id/tv_car_model"
layout_width="match_parent"
layout_height="wrap_content"
singleLine="true"
style="@style/2132017925"/>
<TextView
id="@+id/tv_license_plate_number"
layout_width="match_parent"
layout_height="wrap_content"
singleLine="true"
style="@style/2132017925"/>
</LinearLayout>
</RelativeLayout>