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

186 lines
7.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559376"/>
<View style="@style/2132018228"/>
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="8dp">
<androidx.appcompat.widget.AppCompatEditText
textColorHint="#c9c6cd"
ellipsize="end"
id="@+id/etSearch"
layout_width="0dp"
layout_height="wrap_content"
hint="@string/auto_biller_search_input_placeholder"
maxLines="1"
singleLine="true"
drawablePadding="8dp"
imeOptions="actionSearch"
drawableStart="@drawable/ic_search_24dp"
paddingEnd="32dp"
layout_marginEnd="8dp"
drawableTint="@color/2131099849"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2c="@+id/btScan"
NOT_FOUND_0x2f="0"
NOT_FOUND_0x31="0"
style="@style/2132017542"/>
<ImageButton
id="@+id/btClear"
background="?attr/selectableItemBackground"
padding="12dp"
visibility="gone"
layout_width="40dp"
layout_height="40dp"
src="@drawable/ic_cross_circle"
scaleType="fitCenter"
adjustViewBounds="true"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2e="@+id/etSearch"
NOT_FOUND_0x31="0"/>
<ImageButton
id="@+id/btScan"
background="?attr/selectableItemBackgroundBorderless"
visibility="visible"
layout_width="44dp"
layout_height="44dp"
src="@drawable/ic_biller_scan"
scaleType="fitCenter"
adjustViewBounds="true"
contentDescription="@null"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2e="0"
NOT_FOUND_0x31="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.appbar.AppBarLayout>
<FrameLayout
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x28="@string/appbar_scrolling_view_behavior">
<include layout="@layout/2131559301"/>
<androidx.core.widget.NestedScrollView
id="@+id/scrollContainer"
focusable="true"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
id="@+id/layoutContainer"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"
autoStart="false">
<LinearLayout
orientation="vertical"
id="@+id/layoutSearchHint"
layout_width="match_parent"
layout_height="wrap_content"
divider="@drawable/divider_line"
showDividers="end"
dividerPadding="1dp">
<TextView
id="@+id/tvSearchHintDescription"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_biller_search_initial_state"
style="@style/2132017851"/>
</LinearLayout>
<TextView
id="@+id/tvTotalRecords"
paddingTop="8dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017688"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_gravity="center_vertical"
id="@+id/layoutEmpty"
background="#f5f3f6"
padding="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<ImageView
id="@+id/ivError"
layout_width="48dp"
layout_height="48dp"
adjustViewBounds="true"
contentDescription="@null"
NOT_FOUND_0x2a="@+id/tvErrorTitle"
NOT_FOUND_0x2b="0"
NOT_FOUND_0x2d="0.5"
NOT_FOUND_0x2f="0"
NOT_FOUND_0x31="0"
NOT_FOUND_0x32="0.5"
NOT_FOUND_0x33="2"/>
<TextView
gravity="center"
id="@+id/tvErrorTitle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x2a="@+id/tvErrorDescription"
NOT_FOUND_0x2b="0"
NOT_FOUND_0x2d="0.5"
NOT_FOUND_0x2f="0"
NOT_FOUND_0x30="@+id/ivError"
NOT_FOUND_0x32="0.1"
style="@style/2132017876"/>
<TextView
textColor="#736e78"
gravity="center"
id="@+id/tvErrorDescription"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2b="0"
NOT_FOUND_0x2d="0.5"
NOT_FOUND_0x2f="0"
NOT_FOUND_0x30="@+id/tvErrorTitle"
NOT_FOUND_0x32="0.1"
style="@style/2132017669"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="vertical"
id="@+id/layoutSearchResult"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recyclerView"
background="#ffffff"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"
NOT_FOUND_0x27="androidx.recyclerview.widget.LinearLayoutManager"/>
<View style="@style/2132018228"/>
<include
id="@+id/layoutTxnLoading"
visibility="gone"
layout="@layout/2131559248"/>
<Space
layout_width="match_parent"
layout_height="32dp"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</FrameLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>