what-the-bank/resources/res/layout-h560dp/2131558957.xml

72 lines
2.5 KiB
XML

<?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_collateral_car"
background="@drawable/bg_white_rounded"
clickable="true"
layout_width="@dimen/2131166621"
layout_height="100dp"
layout_margin="5dp"
foreground="@drawable/ripple_rounded_4_purple"
layout_centerInParent="true"
elevation="2dp">
<TextView
textColor="#353239"
ellipsize="end"
id="@+id/tv_collateral_car_brand"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="1"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017925"/>
<TextView
ellipsize="end"
id="@+id/tv_collateral_car_model"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="1"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017925"/>
<TextView
ellipsize="end"
id="@+id/tv_collateral_car_registration_number"
layout_width="match_parent"
layout_height="wrap_content"
maxLines="1"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017925"/>
<RelativeLayout
id="@+id/rl_layout_add_new_collateral"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/add_new_collateral_icon"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_add_button"
layout_toLeftOf="@+id/tv_add_new_collateral"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="32dp"/>
<TextView
ellipsize="end"
id="@+id/tv_add_new_collateral"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/add_new_car"
maxLines="1"
layout_centerInParent="true"
layout_marginStart="32dp"
style="@style/2132017971"/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>