I'm using Theme.Sherlock.Light
theme for my application and I'm creating a DialogFragment
with an underlying AlertDialog
. It works just fine on Android 3.x and 4.x, but on Android 2.x I see dark text on dark background, which is hardly readable. Am I doing something wrong and do I need to force light background by creating a custom style? Thanks in advance.
2061 次