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

65 lines
2.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start"
id="@+id/title"
background="#f5f3f6"
paddingTop="20dp"
paddingBottom="8dp"
layout_width="0dp"
layout_height="wrap_content"
textAllCaps="true"
textAlignment="viewStart"
paddingHorizontal="@dimen/2131165495"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="2"
style="@style/2132017545"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_list"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="@+id/title"/>
<LinearLayout
orientation="horizontal"
id="@+id/layout_document_upload_bottom"
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingHorizontal="@dimen/2131165433"
NOT_FOUND_0x14="@+id/ll_list">
<Button
textColor="#7631c1"
id="@+id/bt_upload_later"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginRight="16dp"
text="@string/taking_photo_details_upload_later_button"
layout_weight="1"
backgroundTint="#7631c1"
style="@style/2132017543"/>
<Button
id="@+id/next_button"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/taking_photo_details_next_button"
layout_weight="1"
style="@style/2132017576"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>