98 lines
3.6 KiB
XML
98 lines
3.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/root_view"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include
|
||
|
id="@+id/slip_view"
|
||
|
visibility="invisible"
|
||
|
layout="@layout/2131560077"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include layout="@layout/2131560105"/>
|
||
|
<Button
|
||
|
textSize="22sp"
|
||
|
textColor="#7631c1"
|
||
|
id="@+id/save_slip"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
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/2132017959"/>
|
||
|
<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/miles_delivery_eta"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="24dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/miles_delivery_eta"
|
||
|
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"
|
||
|
text="@string/redeem_another_reward"
|
||
|
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>
|