一、使用ViewPager开发新特性引导界面

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent">

    <android.support.v4.view.ViewPager
        android:id="@+id/my_view_pager"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:overScrollMode="never">

    </android.support.v4.view.ViewPager>
</RelativeLayout>
viewpager_index.xml

相关文章:

  • 2021-08-02
  • 2021-09-27
  • 2022-01-21
  • 2021-09-03
  • 2022-03-01
  • 2021-07-29
  • 2022-01-15
  • 2022-12-23
猜你喜欢
  • 2022-01-27
  • 2021-08-18
  • 2021-11-05
  • 2021-09-13
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案