Alignment of objects in Android [closed]
In any layout i am not able to align the objects like textview, edittext ot button as per my wish.
I m New to android, please somebody help me, I wanted to design form like in .net windows programing.
Thanks in advance
You can do it.Take RelativeLayout and take all your widgets inside it and use options like android:layout_centerInParent,android:layout_alignParentLeft,.....there are many more.
From here you can find about this layout.
精彩评论