Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

improve android tabs actionbar

Tags:

java

android

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

enter image description here

I want to have some thing like this:

enter image description here

like image 731
Erfan Eghterafi Avatar asked Dec 12 '25 22:12

Erfan Eghterafi


1 Answers

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>

like image 114
Andy Joyce Avatar answered Dec 15 '25 12:12

Andy Joyce



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!