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

42 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559377"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
gravity="center_vertical"
id="@+id/btnDebitCard"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/debit_card"
NOT_FOUND_0x9="@drawable/black_arrow"
style="@style/2132017836"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"/>
<TextView
gravity="center_vertical"
id="@+id/btnPrepaidCard"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/prepaid_card"
NOT_FOUND_0x9="@drawable/black_arrow"
style="@style/2132017836"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
</LinearLayout>