Is it possible to customize tab bar in android? Customize in the sense, like in iPhone, the tab bar is at the bottom of the screen; in Android, can we place the tab bar at the bottom and its content on top of it?
Asked
Active
Viewed 6,004 times
2
-
This will help you. http://www.anddev.org/code-snippets-for-android-f33/iphone-tabs-for-android-t14678.html – Umesh Oct 12 '10 at 05:37
2 Answers
4
Yes It is Possible to make custom Tab Bar in android like as in iphone you can get that from link . visit here

Paresh Mayani
- 127,700
- 71
- 241
- 295

Herry
- 7,037
- 7
- 50
- 80
-
This is not a recommended UI Design but this is the right answer to your question. – shkschneider Jul 25 '12 at 08:51
-
When i have answer this question i am new to work with TabView and in Android. – Herry Jul 25 '12 at 09:02
0
I know that it's a late response but for saving future generation's neurons I'll put here easy to implement, working and 100% customizable solution. As I initially came from iOS I was truly misled by the usage of the official bottom-navigation UI pattern from Android Architecture at the start of my project, but through pain and limitations I ended up with my own solution which was not that limited and much more flexible. Hope it'll help other developers: https://github.com/Codeveyor/Android-Tab-Bar

Olex
- 1,656
- 3
- 20
- 38