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

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/accounts_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/nsip_from"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017851"/>
<FrameLayout
id="@+id/fragment_account_source_select"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_below="@+id/accounts_label"/>
<RelativeLayout
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentBottom="true">
<Button
id="@+id/btnAddAccount"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/nsip_add_account"
style="@style/2132017576"/>
</RelativeLayout>
</RelativeLayout>