58 lines
2.0 KiB
XML
58 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/overview_item"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/left_right_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="18dp">
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/overview_item_left"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0x10="@+id/overview_item_right"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="2"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
gravity="right"
|
|
id="@+id/overview_item_right"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x12="0"
|
|
style="@style/2132017924"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
textColor="#959199"
|
|
gravity="end"
|
|
id="@+id/overview_item_bottom"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/left_right_layout"
|
|
layout_alignParentRight="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_alignParentEnd="true"
|
|
style="@style/2132017924"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/info_details"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="2dp"
|
|
layout_below="@+id/overview_item_bottom"
|
|
layout_marginEnd="16dp"/>
|
|
</RelativeLayout>
|