208 lines
7.9 KiB
XML
208 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="300dp"
|
|
android:src="@mipmap/bg_record_win_rgiht"
|
|
android:scaleType="centerCrop"
|
|
/>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/content_root"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.ama.core.architecture.widget.CustomTitleBar
|
|
android:id="@+id/titlebar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20dp"
|
|
android:orientation="vertical"
|
|
android:gravity="center_horizontal"
|
|
android:paddingTop="30dp" >
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:gravity="center_vertical"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="5dp"
|
|
>
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:layout_width="17.5dp"
|
|
android:layout_height="22dp"
|
|
android:src="@mipmap/icon_cash"
|
|
android:scaleType="centerCrop"
|
|
/>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="30sp"
|
|
android:textColor="@color/yellow_e0"
|
|
android:text="@string/cash"
|
|
android:layout_marginStart="5dp"
|
|
/>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_cash_total"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="30sp"
|
|
android:textColor="@color/yellow_e0"
|
|
android:text="0"
|
|
android:layout_marginStart="5dp"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20sp"
|
|
android:textColor="@color/white"
|
|
android:layout_marginTop="5dp"
|
|
android:text="@string/withdraw_sub_top_hint"
|
|
android:layout_centerVertical="true"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:layout_marginTop="30dp"
|
|
android:paddingVertical="23dp"
|
|
android:paddingHorizontal="15dp"
|
|
android:background="@drawable/bg_round_white_15_top">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:gravity="center_vertical"
|
|
android:layout_gravity="center_horizontal"
|
|
>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="50dp"
|
|
android:gravity="center"
|
|
android:textSize="21sp"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/gray3"
|
|
android:layout_marginTop="5dp"
|
|
android:text="@string/withdraw_sub_top_hint_2"
|
|
android:layout_centerVertical="true"
|
|
/>
|
|
|
|
<com.ama.core.architecture.widget.CustomProgressBar
|
|
android:layout_width="match_parent"
|
|
android:layout_height="12dp"
|
|
android:layout_marginHorizontal="50dp"
|
|
android:layout_marginTop="10dp"
|
|
/>
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="90dp"
|
|
android:layout_marginTop="20dp"
|
|
android:orientation="horizontal"
|
|
/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_marginTop="15dp"
|
|
android:padding="15dp"
|
|
android:background="@drawable/bg_round_eee_25">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/gray3"
|
|
android:text="@string/regras"
|
|
/>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="12sp"
|
|
android:textColor="@color/gray9"
|
|
android:text="@string/with_draw_sub_hint"
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom|center"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="280dp"
|
|
android:layout_height="wrap_content"
|
|
android:padding="6dp"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/white"
|
|
android:text="@string/withdraw_sub_bottom_hint"
|
|
android:gravity="center"
|
|
android:layout_gravity="center"
|
|
android:background="@drawable/bg_round_purple_20"
|
|
/>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/fl_action"
|
|
android:layout_width="300dp"
|
|
android:layout_height="wrap_content"
|
|
android:background="@mipmap/bg_but_green"
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_marginTop="5dp"
|
|
android:padding="12dp">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="20sp"
|
|
android:textColor="@color/white"
|
|
android:text="@string/saque"
|
|
android:layout_gravity="center"
|
|
android:drawableStart="@mipmap/task_video"
|
|
android:drawablePadding="10dp"
|
|
/>
|
|
</FrameLayout>
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|