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

54 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="horizontal"
id="@+id/linear_activate"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
gravity="left"
layout_gravity="center_vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.6"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/pending_card_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/pending_card_subtitle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_below="@+id/pending_card_title"
style="@style/2132017876"/>
</RelativeLayout>
<RelativeLayout
gravity="right"
layout_gravity="center_vertical"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.4"
layout_marginEnd="24dp">
<Button
id="@+id/activate_button"
layout_width="104dp"
layout_height="48dp"
text="@string/add_account_activate_button_text"
style="@style/2132017536"/>
</RelativeLayout>
</LinearLayout>
<View
id="@+id/separator_view"
layout_below="@+id/linear_activate"
layout_marginStart="16dp"
style="@style/2132018228"/>
</RelativeLayout>