All Questions
5 questions
2
votes
1
answer
148
views
Action bar does not show in tab
I have three tabs (A,B,C) and I want to add a home action bar on each tab. Not sure what I have missed here, no action bar is shown on each fragment. Below show the code of Fragment A.
Fragment A
@...
2
votes
1
answer
910
views
Android Airbnb like Tabs
I am trying to figure out how airbnb has implemented its Tab Bar, it either seems they have hidden their actionbar and everything has been shifted onto a tab bar but then the right most user icon ...
0
votes
2
answers
179
views
Backgroundimage for a tab
I would like to set a background for one of my tabs (or just insert a picture instead of a text).
I found this older question:
Can we set a background image to tabs?
I would like to do the same, but ...
4
votes
3
answers
13k
views
How to create Tabs in Android Application and add Tabs dynamically(Dependent on matching Users)
I am developing Chat Application in Android and I want to add dynamic Chat Tabs dependent on current matched Users like attached in screenshot below :
In Screen shot Chat Tabs are at Top but I want ...
2
votes
1
answer
649
views
What are the official Android recommendations for tabs?
I have to say I'm pretty lost when it comes to designing tabbed layouts on Android right now. The platform developers seem to be evolving the design faster than I can figure out their intentions.
...