Remove 'header' TabHost Android

1

Hello everyone. I'm developing an android application using TabHost. The problem is that I did not want the top of the tab because it takes up a lot of space. I've looked a lot on the internet and found nothing that would help me. Does anyone know if it is possible to do this. If so, any light?

In this image you can better understand what I want. I want to delete this bar that has "A" and "B".

    
asked by anonymous 30.11.2015 / 14:56

1 answer

2

In case you did not need to use TabHost, because this manager that includes this bar that you want to take. You could just use a ViewPager .

    
30.11.2015 / 15:09