91 lines
3.6 KiB
XML
91 lines
3.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ScrollView
|
||
|
scrollbars="none"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_above="@+id/bt_apply_now">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
scaleType="centerCrop"
|
||
|
NOT_FOUND_0x14="@drawable/scb_credit_card"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
id="@+id/tvIntroductionTitle"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017852"/>
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_p2p_introduction_highlights_title"
|
||
|
style="@style/2132017850"/>
|
||
|
<TextView
|
||
|
textSize="16sp"
|
||
|
textColor="#736e78"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_p2p_introduction_cashback_redemption"
|
||
|
singleLine="false"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
textSize="16sp"
|
||
|
textColor="#736e78"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_p2p_introduction_highlights_description"
|
||
|
singleLine="false"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
textSize="16sp"
|
||
|
textColor="#736e78"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_p2p_introduction_your_choice_flexible_point"
|
||
|
singleLine="false"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
textSize="16sp"
|
||
|
textColor="#736e78"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/auto_p2p_introduction_cashback_benefits"
|
||
|
singleLine="false"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
id="@+id/tvFeatureSupports"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017843"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|
||
|
<Button
|
||
|
id="@+id/bt_apply_now"
|
||
|
layout_width="match_parent"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/auto_p2p_introduction_redeem"
|
||
|
layout_alignParentBottom="true"
|
||
|
textAllCaps="false"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</RelativeLayout>
|