PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
how to hide actionbar?
i cant hide the actionbar after i use this library. how to i can?
I solved this problem. if you want, you write this code block in style file
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="windowActionBar">false</item> <item name="windowNoTitle">true</item> </style>