44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textSize="20sp"
|
||
|
textColor="#736e78"
|
||
|
id="@+id/txv_increase_limit"
|
||
|
background="#f5f3f6"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="9dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/temporary_limit_information"
|
||
|
textAllCaps="true"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
style="@style/2132017985"/>
|
||
|
<TextView
|
||
|
id="@+id/txv_additional_credit_amount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/additional_credit_amount"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/txv_increase_limit"
|
||
|
style="@style/2132017876"/>
|
||
|
<include
|
||
|
id="@+id/layout_spinner_additional_amount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="40dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x11="@+id/txv_additional_credit_amount"
|
||
|
layout="@layout/2131559350"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|