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

49 lines
1.6 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">
<TextView
id="@+id/tv_model_consent_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="4dp"
layout_alignParentTop="true"
style="@style/2132017675"/>
<TextView
id="@+id/tv_content"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_alignParentTop="true"
style="@style/2132017676"/>
<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="8dp"
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="8dp"
layout_marginEnd="16dp"
style="@style/2132017152"/>
</LinearLayout>
</merge>