ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

Different behavior on Android pre-L and L device #122

Closed fathonyfath closed 8 years ago

fathonyfath commented 8 years ago

Hi, thanks for great library. I'm having activity that have Title bar and put SmartTabLayout on fragment, so SmartTabLayout will disappear when I replace the fragment that holds SmartTabLayout. But I having different behavior on pre-L and L device. I already test it on Genymotion and my phone which is L device.

image Result on L device

image

Result on pre-L device

The result I'm expecting is on pre-L device.

Thank you.

fathonyfath commented 8 years ago

problem solved. Apparently I'm using wrong implementation of fragment xml tag.

Thank you.

adigyran commented 6 years ago

@fathonyfath Can you please explain how?