posted 10 years ago
Hi All,
I just started my first android program, and I have one issue with EditText. I have created a new EditText component and I am trying to run it in the virtual android device. What I see is this:
Label: _________________
But what I want to see is a closed text box. Something like this:
_________
Label: |_________|
I am not able to figure out where exactly I can make this change. I am trying to do this in a ScrollView. I am very new to android development. Please help me.
Thanks!
Preethi