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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -