Mixing Android widget old & new themes
问题 I'm starting my second Android app and find that I would like to mostly use HOLO dark theme for app. EXCEPT for the EditTexts, I would prefer to use the old Gingerbread style ones (looking closer to iOS) with some rounded corner. I'm a bit lost as to how I can achieve this. If anyone could drop some hints or links that would be HIGHLY appreciated 回答1: In your Theme: <style name="myTheme" parent="android:Theme.Holo"> <item name="editTextStyle">@style/MyWidget.EditText</item> </style> <style