;ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/private_protocol_bg"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/private_protocol_sure_and_go"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:src="@drawable/private_protocol_btn"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<Button
android:id="@+id/private_protocol_web"
android:layout_width="120dp"
android:layout_height="36dp"
android:layout_marginLeft="15dp"
android:layout_marginBottom="15dp"
android:background="@color/transparent"
app:layout_constraintBottom_toTopOf="@+id/private_protocol_sure_and_go"
app:layout_constraintLeft_toLeftOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<!-- 首页首次启动弹出隐私协议 end -->
</RelativeLayout>