PagerTitleStrip without title bar indicator

无人久伴 提交于 2019-12-13 04:55:40

问题


I'm using PagerTitleStrip for first time run app tutorial. Since I need to see the content of the whole full screen in the activity below, I would like to hide the title bar of the PagerTitleStrip (the bar where the steps number are showed). How to do this ?

<android.support.v4.view.PagerTitleStrip
       android:id="@+id/pager_title_strip"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:layout_gravity="top"
       android:background="#000000"
       android:paddingBottom="4dp"
       android:paddingTop="4dp"
       android:textColor="#fff" />

    </android.support.v4.view.ViewPager>

来源:https://stackoverflow.com/questions/26214762/pagertitlestrip-without-title-bar-indicator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!