I'm using this link for create custom tab in android. Now my problem is how to remove the dark horizontal line in center?

I want to have some thing like this:

In your styles.xml in your main app theme set the windowContentOverlay to null. Something like the code below.
<style name="MyAppTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With