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

84 lines
2.9 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"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.Guideline
orientation="horizontal"
id="@+id/gl_layout_top"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0xf="@dimen/2131165433"/>
<androidx.constraintlayout.widget.Guideline
orientation="vertical"
id="@+id/gl_layout_start"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0xf="@dimen/2131165433"/>
<androidx.constraintlayout.widget.Guideline
orientation="vertical"
id="@+id/gl_layout_end"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x10="@dimen/2131165433"/>
<TextView
id="@+id/tv_number"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0xc="@+id/tv_amount"
NOT_FOUND_0xe="@+id/tv_amount"
NOT_FOUND_0x11="1"
NOT_FOUND_0x13="@+id/gl_layout_start"
NOT_FOUND_0x15="@+id/gl_layout_top"
style="@style/2132017876"/>
<TextView
gravity="end"
id="@+id/tv_amount"
layout_width="0dp"
layout_height="wrap_content"
layout_marginEnd="8dp"
NOT_FOUND_0xe="@+id/cb_select"
NOT_FOUND_0x12="@+id/tv_number"
NOT_FOUND_0x15="@+id/gl_layout_top"
style="@style/2132017938"/>
<CheckBox
id="@+id/cb_select"
layout_width="wrap_content"
layout_height="wrap_content"
text="@null"
NOT_FOUND_0xe="@+id/gl_layout_end"
NOT_FOUND_0x15="@+id/gl_layout_top"/>
<TextView
id="@+id/tv_deposit_date"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0xe="@+id/tv_maturity_date"
NOT_FOUND_0x13="@+id/gl_layout_start"
NOT_FOUND_0x14="@+id/tv_number"
style="@style/2132017666"/>
<TextView
gravity="end"
id="@+id/tv_maturity_date"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0xd="@+id/tv_amount"
NOT_FOUND_0x12="@+id/tv_deposit_date"
NOT_FOUND_0x14="@+id/tv_amount"
style="@style/2132017666"/>
<ProgressBar
id="@+id/pb_deposit_progress"
layout_width="0dp"
layout_height="5dp"
layout_marginTop="4dp"
layout_marginBottom="16dp"
max="100"
progressDrawable="@drawable/bar_progress"
NOT_FOUND_0xc="0"
NOT_FOUND_0xd="@+id/tv_maturity_date"
NOT_FOUND_0x13="@+id/gl_layout_start"
NOT_FOUND_0x14="@+id/tv_deposit_date"
style="@android:style/Widget.ProgressBar.Horizontal"/>
</androidx.constraintlayout.widget.ConstraintLayout>