Compare commits
No commits in common. "271baf8d183a6b4d643dacacd82741176c69cd54" and "4e7234f7ffcea80939ea28788048b0692dbc8b2d" have entirely different histories.
271baf8d18
...
4e7234f7ff
|
|
@ -15,9 +15,8 @@ class BeginnerGiftDialog(context: Context) : BindingDialog<DialogBeginnerGiftBin
|
||||||
|
|
||||||
private fun build() {
|
private fun build() {
|
||||||
with()
|
with()
|
||||||
setCanceledOnTouchOutside(false)
|
|
||||||
setCenter()
|
setCenter()
|
||||||
setMaskValue(0.93f)
|
setMaskValue(0.8f)
|
||||||
|
|
||||||
mBinding.run {
|
mBinding.run {
|
||||||
setOnClickBatch(tvAction) {
|
setOnClickBatch(tvAction) {
|
||||||
|
|
|
||||||
|
|
@ -17,9 +17,8 @@ class WatchVideoDialog(context: Context) : BindingDialog<DialogWatchVideoBinding
|
||||||
|
|
||||||
private fun build() {
|
private fun build() {
|
||||||
with()
|
with()
|
||||||
setCanceledOnTouchOutside(false)
|
|
||||||
setCenter()
|
setCenter()
|
||||||
setMaskValue(0.93f)
|
setMaskValue(0.8f)
|
||||||
|
|
||||||
mBinding.run {
|
mBinding.run {
|
||||||
setOnClickBatch(flAction, ivClose) {
|
setOnClickBatch(flAction, ivClose) {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="50dp"
|
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
|
@ -25,7 +24,8 @@
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:src="@mipmap/temp"
|
android:src="@mipmap/temp"
|
||||||
android:layout_marginTop="50dp"
|
android:layout_marginEnd="30dp"
|
||||||
|
android:layout_marginTop="20dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
|
|
@ -33,37 +33,22 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginHorizontal="50dp"
|
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:text="@string/watch_video_hint"
|
android:text="@string/watch_video_hint"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<FrameLayout
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:layout_width="match_parent"
|
android:id="@+id/iv_coin_effect"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="1dp" >
|
android:orientation="vertical"
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
android:layout_gravity="center"
|
||||||
android:id="@+id/iv_coin_effect"
|
android:src="@mipmap/watch_video_gold_effect"
|
||||||
android:layout_width="match_parent"
|
android:layout_marginEnd="30dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_marginTop="20dp"
|
||||||
android:orientation="vertical"
|
/>
|
||||||
android:layout_gravity="center"
|
|
||||||
android:src="@mipmap/watch_video_gold_effect_2"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:textSize="28sp"
|
|
||||||
android:textStyle="bold"
|
|
||||||
android:textColor="@color/red_5c"
|
|
||||||
android:text="+100"
|
|
||||||
android:layout_gravity="bottom|center"
|
|
||||||
android:layout_marginBottom="110dp"
|
|
||||||
/>
|
|
||||||
</FrameLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
|
@ -73,9 +58,8 @@
|
||||||
android:layout_marginHorizontal="20dp"
|
android:layout_marginHorizontal="20dp"
|
||||||
android:paddingVertical="10dp"
|
android:paddingVertical="10dp"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:background="@mipmap/icon_action_but_bg">
|
android:background="@drawable/vididinapp_feature_message_bg_task_fazer">
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
android:id="@+id/tv_reward_gold_num"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="18sp"
|
android:textSize="18sp"
|
||||||
|
|
@ -83,7 +67,7 @@
|
||||||
android:text="@string/assistir"
|
android:text="@string/assistir"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:drawableStart="@mipmap/task_video"
|
android:drawableStart="@mipmap/temp"
|
||||||
android:drawablePadding="10dp"
|
android:drawablePadding="10dp"
|
||||||
/>
|
/>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 654 KiB |
|
|
@ -74,7 +74,6 @@
|
||||||
<color name="red_2f">#FFFF862F</color>
|
<color name="red_2f">#FFFF862F</color>
|
||||||
<color name="gray_f2">#fff2f2f2</color>
|
<color name="gray_f2">#fff2f2f2</color>
|
||||||
<color name="red_11">#FF931411</color>
|
<color name="red_11">#FF931411</color>
|
||||||
<color name="red_5c">#FFFF0A5C</color>
|
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
Loading…
Reference in New Issue