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

51 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/account_container_linear_layout"
background="#ffffff"
focusable="true"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/top_separator"
layout_marginStart="16dp"
style="@style/2132018228"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="15dp"
layout_marginBottom="15dp"
layout_marginStart="15dp">
<ImageView
id="@+id/checked_image_view"
layout_width="16dp"
layout_height="16dp"
layout_marginTop="4dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#7631c1"/>
<LinearLayout
orientation="vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="12dp">
<TextView
id="@+id/account_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
<TextView
id="@+id/account_type_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</LinearLayout>
<View
id="@+id/bottom_separator"
visibility="gone"
style="@style/2132018228"/>
</LinearLayout>