Android Question edittext error?

Kahapdos

Member
Licensed User
Longtime User
good day.
that the EditText has that appearance?
 

Attachments

  • Screenshot_2015-02-19-13-58-13.png
    Screenshot_2015-02-19-13-58-13.png
    277.1 KB · Views: 126

Kahapdos

Member
Licensed User
Longtime User
on a project I have two layout in one the EditText out normal and the other goes like in the picture

<uses-sdk android: minSdkVersion = "9" />
 
Upvote 0

Kahapdos

Member
Licensed User
Longtime User
solution
in the manifest

before
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")

and now

'SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")

only I did comment
 
Upvote 0
Top