2025-12-16 09:33:12 +00:00
|
|
|
<?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">
|
|
|
|
|
|
2025-12-26 08:48:37 +00:00
|
|
|
<com.gamedog.vididin.widget.AnimImageView2
|
2025-12-16 09:33:12 +00:00
|
|
|
android:id="@+id/tv_tips"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="70dp"
|
2025-12-26 07:42:25 +00:00
|
|
|
android:layout_gravity="right"
|
|
|
|
|
android:layout_marginStart="100dp" />
|
2025-12-16 09:33:12 +00:00
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="15dp"
|
|
|
|
|
android:layout_marginTop="70dp"
|
|
|
|
|
android:padding="15dp"
|
|
|
|
|
android:background="@mipmap/guide_bg_right">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textSize="16sp"
|
|
|
|
|
android:textColor="@color/gray3"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:text="@string/guide_hint_zero"
|
|
|
|
|
/>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|