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

42 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/tv_label"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true"
style="@style/2132017670"/>
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
weightSum="2">
<Button
textColor="@color/2131100899"
id="@+id/bt_accept"
background="@drawable/accept_decline_button_selector"
layout_width="match_parent"
layout_height="40dp"
text="@string/accept_radio"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017152"/>
<Button
textColor="@color/2131100899"
id="@+id/bt_decline"
background="@drawable/accept_decline_button_selector"
layout_width="match_parent"
layout_height="40dp"
text="@string/decline_radio"
layout_weight="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017152"/>
</LinearLayout>
</merge>