Wednesday, June 1, 2011

[android-developers] Re: How do you deal with "skins" clashing with your UI?

On Jun 1, 8:43 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Zsolt -
>
> Couldn't you use an AutoCompleteTextView instead?

No, it's a date picker control. I am displaying the textual date in a
non-editable field and invoke the date picker control when the user
presses the button. It's a not fixed list of choices.


>
> Or a button of some sort (possibly an ImageView) next to an edit control?

I had it that way originally, but it had become a nightmare to
maintain when there have been at least 4 different official Android
UI's.

The spinnner looks works great everywhere but the fact that the
TextView mocks around with the TextAppearance messes it up.

I might end up just moving the TextView into my app and remove that
behavior.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment