How can I place two buttons on the same line in my login layout on my Android application?
I think you need to use RelativeLayout.You can do something like this:
Also you can refert this as well. http://www.mkyong.com/android/android-relativelayout-example/
Hope this will help you.