Reputation: 56179
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
Reputation: 4580
By implementing custom tabs, you can achieve this. Check this:
Upvotes: 1