Reputation: 465
when i make an edittext in Android it looks like a white rectangular shape, how do i make it look like this one? Example photo
Upvotes: 0
Views: 533
Reputation: 1513
Add style="@android:style/Widget.Holo.EditText"
to your EditText input.
Upvotes: 1