Damir
Damir

Reputation: 56179

Can I change background image behind the tabs in TabActivity?

Can I change background image behind the tabs in TabActivity ? I changed images of tab buttons ( created selector ), but hot to change image behing those buttons ? I have three tab buttons and and I need to put half circle behind buttons. I tried to add

android:background="@drawable/circle" inside TabWidget but it doesn't help. What to do ?

Upvotes: 0

Views: 506

Answers (1)

Kannan Suresh
Kannan Suresh

Reputation: 4580

By implementing custom tabs, you can achieve this. Check this:

Custom Android Tabs

Upvotes: 1

Related Questions