39 lines
1.3 KiB
XML
39 lines
1.3 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"
|
||
|
gravity="center"
|
||
|
padding="4dp"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
foreground="?attr/selectableItemBackground">
|
||
|
<ImageView
|
||
|
id="@+id/image_icon"
|
||
|
layout_width="50dp"
|
||
|
layout_height="50dp"
|
||
|
src="@drawable/bankicon_scb"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"/>
|
||
|
<TextView
|
||
|
gravity="top|center_horizontal"
|
||
|
id="@+id/tv_temp_block"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/eligible_temp_disable_text"
|
||
|
NOT_FOUND_0xc="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0xf="0"
|
||
|
style="@style/2132017844"/>
|
||
|
<TextView
|
||
|
gravity="top|center_horizontal"
|
||
|
id="@+id/text_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0xe="@+id/image_icon"
|
||
|
style="@style/2132017844"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|