118 lines
4.4 KiB
XML
118 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<RelativeLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
id="@+id/top_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_counter_background"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
src="@drawable/outcome_placeholder"
|
|
scaleType="fitStart"
|
|
adjustViewBounds="true"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/tv_hml_hour_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017916"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/tv_date"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017916"/>
|
|
</LinearLayout>
|
|
<View
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="90dp"
|
|
layout_below="@+id/top_layout"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_offers"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/top_layout"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/bottom_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/rv_offers">
|
|
<Button
|
|
gravity="center"
|
|
id="@+id/bt_decline_all"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_outcome_counter_decline_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017536"/>
|
|
<TextView
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_outcome_counter_attention_title"
|
|
textAllCaps="true"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<TextView
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_outcome_counter_attention_text"
|
|
style="@style/2132017844"/>
|
|
<Button
|
|
enabled="true"
|
|
id="@+id/bt_hml_contact_call_center"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_margin="16dp"
|
|
text="@string/hml_contact_call_center"
|
|
style="@style/2132017536"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/bt_return_home"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
padding="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/hml_return_to_home"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|