placing tabs at the bottom in android
I am developing tab based application in android.I 开发者_如何学Pythonwant to place tabs at the bottom in application.Can anyone tell how should i pursue
Thanks in advance Tushar
In xml file try to set the Tab widgets gravity to "Bottom".
精彩评论