49 lines
1.8 KiB
XML
49 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
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_temp_limit_increase_info"
|
|
layout="@layout/2131560153"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textColor="#736e78"
|
|
id="@+id/tv_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
style="@style/2132017658"/>
|
|
</LinearLayout>
|
|
<View
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<FrameLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
textColor="#ffffff"
|
|
id="@+id/btn_confirm_redemption"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="48dp"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
layout_marginVertical="@dimen/2131165444"
|
|
NOT_FOUND_0xb="@string/confirm"
|
|
style="@style/2132017992"/>
|
|
</FrameLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|