<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/guide1">
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton
android:id="@+id/skipButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:paddingHorizontal="7dp"
android:paddingVertical="5dp"
android:text="跳过\u30003"
android:textColor="@color/white"
app:qmui_backgroundColor="@color/transparentBlack"
app:qmui_radius="5dp" />
</RelativeLayout>