52 lines
1.8 KiB
XML
52 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
backgroundTint="#000000">
|
|
<RelativeLayout
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_alignParentLeft="true"
|
|
layout_alignParentTop="true"
|
|
layout_alignParentStart="true">
|
|
<com.scb.phone.view.util.plugins.camera.view.ScaleImageView
|
|
id="@+id/profile_image"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
src="@null"/>
|
|
<com.scb.phone.view.util.plugins.camera.view.CropOverlayView
|
|
id="@+id/profile_crop_overlay"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
NOT_FOUND_0x10="true"
|
|
NOT_FOUND_0x11="false"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
textSize="20sp"
|
|
id="@+id/profile_image_cancel"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="15dp"
|
|
text="@string/cancel"
|
|
layout_alignParentLeft="true"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="10dp"
|
|
layout_alignParentStart="true"/>
|
|
<TextView
|
|
textSize="20sp"
|
|
id="@+id/profile_image_choose"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="15dp"
|
|
text="@string/choose"
|
|
layout_alignParentRight="true"
|
|
layout_alignParentBottom="true"
|
|
layout_marginEnd="10dp"
|
|
layout_alignParentEnd="true"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout="@layout/2131559301"/>
|
|
</RelativeLayout>
|