How to remove android tab widget border lines? -
How to remove android tab widget border lines? -
i have android tab host activity , want remove border lines between tabs
a default tab widget looks this:
tab1|tab2|tab|
but want appear this:
tab1 tab2 tab3
how can obtain kind of on android tab widget. tried set tabstripenable = "false"
nil happened.
tabhost.gettabwidget().setdividerdrawable(null); or tabhost.gettabwidget().setstripenabled(true); tabhost.gettabwidget().setrightstripdrawable(android.r.color.transparent); tabhost.gettabwidget().setleftstripdrawable(android.r.color.transparent);
or
tabhost.gettabwidget().setrightstripdrawable(pass bluish colour); tabhost.gettabwidget().setleftstripdrawable(pass bluish colour);
android tabs android-tabhost tabwidget android-tabactivity
Comments
Post a Comment