I have a simple login screen with username and password.
I\'d like it to show the EditText fields in the same way as you see in the Holo theme on Ice C
The original Android Holo Theme is just for API Level 11+. But there is an open source project called HoloEverywhere.
Take a look at this. This should solve your Problems.
So if you refere it as an Library you can set your Theme like this:
android:theme=“@style/Theme.Holo
// or if you want to use the Holo light theme:
android:theme=“@style/Theme.Holo.Light