76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical" >
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
|
android:id="@+id/iv_close"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_gravity="right"
|
||
|
|
android:src="@mipmap/temp"
|
||
|
|
android:layout_marginEnd="30dp"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
|
android:id="@+id/iv_title"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:src="@mipmap/temp"
|
||
|
|
android:layout_marginEnd="30dp"
|
||
|
|
android:layout_marginTop="20dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:id="@+id/tv_describle"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:text="@string/watch_video_hint"
|
||
|
|
android:gravity="center"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.AppCompatImageView
|
||
|
|
android:id="@+id/iv_coin_effect"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:src="@mipmap/temp"
|
||
|
|
android:layout_marginEnd="30dp"
|
||
|
|
android:layout_marginTop="20dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
|
||
|
|
<FrameLayout
|
||
|
|
android:id="@+id/fl_action"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginHorizontal="20dp"
|
||
|
|
android:paddingVertical="10dp"
|
||
|
|
android:layout_marginTop="10dp"
|
||
|
|
android:background="@drawable/vididinapp_feature_message_bg_task_fazer">
|
||
|
|
<androidx.appcompat.widget.AppCompatTextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textSize="18sp"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:text="@string/assistir"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:gravity="center"
|
||
|
|
android:drawableStart="@mipmap/temp"
|
||
|
|
android:drawablePadding="10dp"
|
||
|
|
/>
|
||
|
|
</FrameLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|