47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
layout_gravity="center_horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/funds_purchase_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="0dp"
|
|
layout_height="40dp"
|
|
layout_weight="1"
|
|
NOT_FOUND_0xb="fonts/db_heavent_regular.ttf"
|
|
NOT_FOUND_0xc="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0xd="@string/fund_purchase"
|
|
NOT_FOUND_0xe="@color/2131100876"/>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/funds_redeem_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="0dp"
|
|
layout_height="40dp"
|
|
layout_weight="1"
|
|
layout_marginStart="8dp"
|
|
NOT_FOUND_0xb="fonts/db_heavent_regular.ttf"
|
|
NOT_FOUND_0xc="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0xd="@string/fund_redeem"
|
|
NOT_FOUND_0xe="@color/2131100876"/>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/funds_switch_button"
|
|
background="@drawable/bg_button_transparent"
|
|
layout_width="0dp"
|
|
layout_height="40dp"
|
|
layout_weight="1"
|
|
layout_marginStart="8dp"
|
|
NOT_FOUND_0xb="fonts/db_heavent_regular.ttf"
|
|
NOT_FOUND_0xc="@drawable/ripple_rounded_purple"
|
|
NOT_FOUND_0xd="@string/fund_switch"
|
|
NOT_FOUND_0xe="@color/2131100876"/>
|
|
</LinearLayout>
|
|
</merge>
|