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

100 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131560076"/>
<Button
id="@+id/save_slip"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="27dp"
layout_marginBottom="16dp"
text="@string/ccr_save_slip"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"/>
<TextView
gravity="center_horizontal"
id="@+id/txv_card_balance_after_redemption"
background="#ffffff"
paddingTop="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017548"/>
<TextView
gravity="center_horizontal"
layout_gravity="center_horizontal"
id="@+id/description1"
background="#ffffff"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017548"/>
<TextView
gravity="center_horizontal"
layout_gravity="center_horizontal"
id="@+id/description2"
background="#ffffff"
paddingTop="16dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017548"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginBottom="24dp"/>
<Button
textSize="22sp"
textColor="#ffffff"
id="@+id/btn_redeem_another_reward"
background="#7631c1"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="20dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017959"/>
<Button
textSize="22sp"
textColor="#7631c1"
layout_gravity="center_horizontal"
id="@+id/btn_account_summary"
background="@android:color/transparent"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="33dp"
text="@string/return_to_account_summary"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017959"/>
</LinearLayout>
</FrameLayout>
</ScrollView>