• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Text view not positioned properly in android device

Dev Vivek

Lurker
Hi
I am new to android development i am creating my first hello world program
When i set to widgets in an empty activity and running in my android device the text view widgets are not positioning as i positioned in design view p lease help


Thanks
 
You need to make sure your widgets (textView) is constrained to something, so for example if it's the only widget on the activity it would be constrained to the top, left, right, and bottom of the screen.
 
Back
Top Bottom