钻石 获取入口
This commit is contained in:
parent
8c48316daa
commit
595dfa7a9c
|
|
@ -2,7 +2,6 @@ package com.gamedog.vididin.features.withdraw
|
|||
|
||||
|
||||
import android.app.Activity
|
||||
import android.content.Context
|
||||
import com.ama.core.architecture.util.ResUtil
|
||||
import com.ama.core.architecture.util.setOnClickBatch
|
||||
import com.ama.core.architecture.widget.BindingDialog
|
||||
|
|
|
|||
|
|
@ -24,10 +24,32 @@ android:layout_height="wrap_content" >
|
|||
/>
|
||||
|
||||
|
||||
<!-- diamond 入口 -->
|
||||
<FrameLayout
|
||||
android:id="@+id/ll_diamond_ad"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="right"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginTop="38dp"
|
||||
android:background="@mipmap/zero_diamoend_ad">
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal|bottom"
|
||||
android:text="@string/get"
|
||||
android:textSize="10sp"
|
||||
android:textColor="@color/red_7f"
|
||||
android:drawableStart="@mipmap/zero_diamoen_s"
|
||||
android:drawablePadding="2dp"
|
||||
/>
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="100dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginHorizontal="15dp"
|
||||
>
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
|
|
@ -97,5 +97,6 @@
|
|||
<color name="red_9c">#FFFF9C7C</color>
|
||||
<color name="yellow_0b">#FFFF740B</color>
|
||||
<color name="red_e0">#ffffe9e0</color>
|
||||
<color name="red_7f">#FFFF7F00</color>
|
||||
|
||||
</resources>
|
||||
|
|
@ -121,5 +121,6 @@
|
|||
<string name="remain_time">Reembolso em</string>
|
||||
<string name="has_joined_zerobuy">You have participated this activity.</string>
|
||||
<string name="no_data_hint">There\'s no any record</string>
|
||||
<string name="get">Get</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Reference in New Issue