133 lines
5.0 KiB
XML
133 lines
5.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_above="@+id/button_recive_layout">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/card_detail_layout"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_card_details"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/card_details"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
textSize="18sp"
|
||
|
textColor="#736e78"
|
||
|
id="@+id/tv_mask_card_no"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_weight="1"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017666"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
paddingTop="16dp"
|
||
|
style="@style/2132018230"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/address_layout"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_address_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
textSize="18sp"
|
||
|
textColor="#736e78"
|
||
|
id="@+id/tv_address"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
maxLines="4"
|
||
|
layout_weight="1"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017666"/>
|
||
|
</LinearLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/remark_new_select_layout"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_review_remark"
|
||
|
paddingTop="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017677"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="center"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/change_address_button"
|
||
|
background="@drawable/ripple_rounded_dark_purple"
|
||
|
padding="5dp"
|
||
|
clickable="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/change_address"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017970"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
<LinearLayout
|
||
|
id="@+id/button_recive_layout"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentBottom="true">
|
||
|
<Button
|
||
|
id="@+id/btn_ok"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/settings_yes"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|