Kahapdos Member Licensed User Mar 5, 2015 #1 good day. that the EditText has that appearance? Attachments Screenshot_2015-02-19-13-58-13.png 277.1 KB Views: 70
NJDude Expert Licensed User Mar 5, 2015 #2 That is not error, that means you are targeting SDK > 14 in your manifest.
Kahapdos Member Licensed User Mar 5, 2015 #3 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" />
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" />
NJDude Expert Licensed User Mar 5, 2015 #5 There's no such thing as "normal" you have either old style (Pre-Honeycomb) or the "Holo" (and newer) style which is the one on that picture.
There's no such thing as "normal" you have either old style (Pre-Honeycomb) or the "Holo" (and newer) style which is the one on that picture.
Kahapdos Member Licensed User Mar 5, 2015 #7 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
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