Kahapdos Member Licensed User Longtime 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: 164
NJDude Expert Licensed User Longtime User Mar 5, 2015 #2 That is not error, that means you are targeting SDK > 14 in your manifest. Upvote 0
Kahapdos Member Licensed User Longtime 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" /> Upvote 0
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" />
Kahapdos Member Licensed User Longtime User Mar 5, 2015 #4 if you're right. Thank you so much Upvote 0
NJDude Expert Licensed User Longtime 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. Upvote 0
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 Longtime User Mar 5, 2015 #6 you are the best men, and I could solve. Thank You Upvote 0
Kahapdos Member Licensed User Longtime 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 Upvote 0
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