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

50 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/root_view"
background="?attr/selectableItemBackground"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_icon"
layout_width="50dp"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
src="@drawable/bankicon_scb"
layout_centerVertical="true"
contentDescription="@null"
layout_marginStart="16dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginStart="8dp"
layout_marginEnd="16dp"
layout_toEndOf="@+id/image_icon">
<TextView
ellipsize="end"
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
lines="1"
style="@style/2132017876"/>
<TextView
ellipsize="end"
id="@+id/text_subtitle"
layout_width="match_parent"
layout_height="wrap_content"
lines="1"
layout_below="@+id/text_title"
layout_alignLeft="@+id/text_title"
layout_alignStart="@+id/text_title"
style="@style/2132017925"/>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_alignParentBottom="true"
layout_marginStart="16dp"/>
</RelativeLayout>