VidiDin-Android/app/src/main/res/layout/guide_step_gold.xml

36 lines
1.2 KiB
XML

<?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">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/tv_tips"
android:layout_width="wrap_content"
android:layout_gravity="left"
android:layout_marginLeft="100dp"
android:layout_height="70dp"
android:src="@mipmap/guide_finger_b" />
<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_left">
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center"
android:textSize="16sp"
android:textColor="@color/gray3"
android:textStyle="bold"
android:text="@string/guide_hint_gold"
/>
</FrameLayout>
</FrameLayout>