Ralph
Ralph

Reputation: 465

Android: Change edittext style

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

Answers (1)

tallpaul
tallpaul

Reputation: 1513

Add style="@android:style/Widget.Holo.EditText" to your EditText input.

Upvotes: 1

Related Questions