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

56 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
id="@+id/image_layout"
layout_width="84dp"
layout_height="84dp">
<ImageView
id="@+id/avatar_image_view"
layout_width="80dp"
layout_height="80dp"
contentDescription="@null"/>
<ImageView
id="@+id/select_image"
layout_width="32dp"
layout_height="32dp"
layout_marginTop="16dp"
src="@drawable/ic_camera"
layout_alignParentRight="true"
layout_alignParentBottom="true"
contentDescription="@null"/>
</RelativeLayout>
<TextView
id="@+id/user_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_centerInParent="true"
layout_marginStart="16dp"
layout_toEndOf="@+id/image_layout"
style="@style/2132017885"/>
</RelativeLayout>
<View
id="@+id/footer_divider_view"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/profile_management_recycler_view"
scrollbars="none"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>