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

70 lines
2.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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="horizontal"
id="@+id/search_bar_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="0dp"
layout_height="wrap_content"
layout_weight="7">
<EditText
theme="@style/2132017488"
id="@+id/search_edit_text"
background="@drawable/bg_search_input_light_gray"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
maxLines="1"
drawablePadding="8dp"
layout_centerVertical="true"
inputType="text"
imeOptions="actionSearch"
drawableStart="@drawable/ic_search_gray"
layout_marginStart="16dp"
drawableTint="@color/2131099849"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x20="0"/>
<ImageButton
id="@+id/search_edit_clear"
background="@drawable/ic_cross_circle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="8dp"
NOT_FOUND_0x1c="@+id/search_edit_text"
NOT_FOUND_0x1d="@+id/search_edit_text"
NOT_FOUND_0x20="@+id/search_edit_text"/>
<TextView
textSize="13sp"
textColor="#959199"
id="@+id/tv_search_biller_remark"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/recommended_billers_bnpl_remark"
layout_marginStart="16dp"
NOT_FOUND_0x1c="0"
NOT_FOUND_0x1d="0"
NOT_FOUND_0x1e="0"
NOT_FOUND_0x1f="@+id/search_edit_text"
style="@style/2132017679"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
id="@+id/cancel_button"
background="?attr/selectableItemBackgroundBorderless"
layout_width="40dp"
layout_height="40dp"
layout_margin="16dp"
src="@drawable/ic_biller_scan"
scaleType="fitCenter"
adjustViewBounds="true"
contentDescription="@null"/>
</LinearLayout>