PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

how to hide actionbar?

Open mehmetzantur opened this issue 9 years ago • 1 comments

i cant hide the actionbar after i use this library. how to i can?

mehmetzantur avatar Feb 27 '16 21:02 mehmetzantur

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>

mehmetzantur avatar Feb 28 '16 07:02 mehmetzantur