77 lines
2.6 KiB
XML
77 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="278dp"
|
|
android:layout_height="313dp"
|
|
android:background="@mipmap/img_pop">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="35dp"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:paddingTop="96dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/user_task_text1"
|
|
android:textColor="@color/red_853528"
|
|
android:textSize="17sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_user_task_text2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="3dp"
|
|
android:text="@string/user_task_text2"
|
|
android:textColor="@color/red_853528"
|
|
android:textSize="17sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginBottom="18dp"
|
|
android:gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_cancel"
|
|
android:layout_width="108dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginRight="6dp"
|
|
android:background="@drawable/bg_line_ffbe41"
|
|
android:gravity="center"
|
|
android:text="@string/cancel"
|
|
android:textColor="@color/yellow_ffbe41"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_into"
|
|
android:layout_width="108dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginLeft="18dp"
|
|
android:background="@drawable/background_ffbe41"
|
|
android:gravity="center"
|
|
android:text="@string/user_task_but"
|
|
android:textColor="@color/white"
|
|
android:textSize="15sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout> |