53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include
|
|
id="@+id/layout_redemption_review_data"
|
|
layout="@layout/2131560238"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/delivery_eta"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/cash_rewards_eta"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/opr_user_review_consent"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/opr_user_review_consent"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
<androidx.legacy.widget.Space
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
minHeight="24dp"
|
|
layout_weight="1"/>
|
|
<include layout="@layout/2131560131"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|