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

44 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
background="#ffffff"
padding="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatButton
id="@+id/bt_fund_purchase"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fund_purchase"
drawableTop="@drawable/ic_funds_action_purchase_selector"
layout_weight="1"
style="@style/2132017496"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/bt_fund_redeem"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fund_redeem"
drawableTop="@drawable/ic_funds_action_redeem_selector"
layout_weight="1"
style="@style/2132017496"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/bt_fund_switch"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fund_switch"
drawableTop="@drawable/ic_funds_action_switch_selector"
layout_weight="1"
style="@style/2132017496"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/bt_fund_transactions"
layout_width="0dp"
layout_height="wrap_content"
text="@string/fund_transactions"
drawableTop="@drawable/ic_funds_action_transactions_selector"
layout_weight="1"
style="@style/2132017496"/>
</LinearLayout>
</merge>