Android Eclipse placing a text view in specific places

rohao

New Member
I'm creating this in a XML file and want a text view to be placed in a specific spot.\[code\]<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="200dp" android:text="Text" android:textColor="@color/blue" />\[/code\]It's underneath the last button that was placed so it's around in the middle of the screen. I want it to be at the bottom of the screen of to the right.
 
Back
Top