gaugesapp / gauges-android

Gaug.es Android App
https://play.google.com/store/apps/details?id=com.github.mobile.gauges
712 stars 224 forks source link

Illegible styling on pre-HoneyComb devices #1

Closed rtyley closed 12 years ago

rtyley commented 12 years ago

For pre-HoneyComb Android (ie before v3.0) the styling is bad on the sign-in page - although the hint-text is visible, once text is entered it's white on a white background:

email address and password are in white text on a white background

We want to keep ICS styling as much as possible but tweak based on platform version:

http://developer.android.com/guide/topics/ui/themes.html#SelectATheme

kevinsawicki commented 12 years ago

Yeah, this was a mistake on my part.

You shouldn't set an explicit text color on text input fields right? Since they can have different native styling on each platform.

I'll remove the explicit text color attribute so it will default to the platform default

rtyley commented 12 years ago

This animated gif is from a recent build on froyo - the sign-in text is fine, closing this issue:

Froyo

kevinsawicki commented 12 years ago

This is still an issue on the Kindle Fire (Gingerbread)

kevinsawicki commented 12 years ago

I'm closing this out since we are explicitly styling these fields now and they shouldn't vary based on platform