astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

Crouton notifications overlaps Tab Strips #43

Closed LOG-TAG closed 10 years ago

LOG-TAG commented 10 years ago

I tried to use the crouton within PagerSlidingTabStrip but crouton notification shadows the tabstrip, I have to change the crouton notification position, this is not the issue of PagerSlidingTabStrip but scratching my head how can I use the crouton with PagerSlidingTabStrip !

eeVoskos commented 10 years ago

I don't think this issue belongs here. Crouton has a method for attaching the message to a specific ViewGroup, rather than the default, which is on top of the content and under the ActionBar. See Crouton.makeText(activity, text, style, viewGroupResId) or Crouton.makeText(activity, text, style, viewGroup). You can then set as ViewGroup, the one you are using under the sliding tab strip.