78 lines
2.6 KiB
XML
78 lines
2.6 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="wrap_content" >
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@mipmap/daily_sign_bg"
|
||
|
|
/>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_margin="20dp">
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/tv_title"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:textSize="21sp"
|
||
|
|
android:textColor="@color/red_11"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:text="@string/papabens"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/tv_hint"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:textSize="14sp"
|
||
|
|
android:textColor="@color/red_11"
|
||
|
|
android:text="@string/papabens_hint"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/tv_cash_num"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="38dp"
|
||
|
|
android:textSize="30sp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/green_39"
|
||
|
|
android:text="@string/cash01"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:drawableStart="@mipmap/temp"
|
||
|
|
android:drawablePadding="10dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/tv_action"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="38dp"
|
||
|
|
android:paddingVertical="10dp"
|
||
|
|
android:layout_marginHorizontal="28dp"
|
||
|
|
android:textSize="18sp"
|
||
|
|
android:background="@mipmap/temp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/red_11"
|
||
|
|
android:text="@string/resgatar"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</FrameLayout>
|