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

83 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
gravity="left"
id="@+id/info_no_photo"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/easycash_referral_product_take_a_photo"
style="@style/2132017925"/>
<LinearLayout
orientation="horizontal"
id="@+id/linear_attaching"
visibility="gone"
layout_width="wrap_content"
layout_height="32dp">
<include
layout_gravity="center_vertical"
layout_width="32dp"
layout_height="32dp"
layout_margin="16dp"
layout="@layout/2131559301"/>
<TextView
layout_gravity="center_vertical"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/easycash_referral_product_attaching_photo"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/linear_photo_attached"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="24dp"
layout_height="24dp"
layout_margin="16dp"
src="@drawable/ic_tick"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/easycash_referral_product_photo_attached"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/linear_photo_no_attached"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_width="24dp"
layout_height="24dp"
layout_margin="16dp"
src="@drawable/filter_applied_indicator"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/easycash_referral_product_photo_no_attached"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_retake_photo"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xf="@drawable/ripple_rounded_purple"
NOT_FOUND_0x10="@string/easycash_referral_product_take_photo"
NOT_FOUND_0x11="@color/2131100876"/>
</LinearLayout>