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

66 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
id="@+id/profile_management_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
layout_gravity="center"
orientation="horizontal"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/title_name"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/save_separate_slip"
layout_centerVertical="true"
style="@style/2132017881"/>
<ImageView
id="@+id/image_group_arrow"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/black_arrow"
layout_alignParentRight="true"
layout_centerVertical="true"
contentDescription="@null"/>
<TextView
id="@+id/description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerVertical="true"
layout_marginEnd="16dp"
layout_toStartOf="@+id/image_group_arrow"
style="@style/2132017881"/>
</RelativeLayout>
<TextView
ellipsize="end"
id="@+id/email_text"
paddingBottom="16dp"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
text=""
singleLine="true"
layout_centerVertical="true"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017927"/>
<View
id="@+id/footer_divider_view"
background="#eae7ec"
visibility="gone"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"/>
<View
id="@+id/divider_view"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="5dp"
layout_marginStart="16dp"/>
</LinearLayout>