Jyosna
Jyosna

Reputation: 4446

android how to get the tabs like in image below in my application

Tabs

How can i get tabs like in this image in my app? i am using regular TabActivity, but its not looking good. I want like this. What should I do? Thank you

Upvotes: 1

Views: 130

Answers (1)

Kartik Domadiya
Kartik Domadiya

Reputation: 29968

If you want to implement the same tab, you just need to go through the source of GreenDroid project. Its available in GitHub Here

Another Custom Tab open source project in code.google.com. Check here

Upvotes: 1

Related Questions