code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.67k stars 564 forks source link

[Feature Request] Add Title to DialogFragments #253

Open paxxux opened 8 years ago

paxxux commented 8 years ago

Feature request: Optional title for dialogs.

(Or, did I just not see the title option?)

In my case i have multiple TimePickers in one Activity. It would be great if I could add a title to give additional information about the task, or remind the user of the context of the dialog. As a result, a user can easily follow the instruction (e.g.: "Add Time for Dinner") and does not have to recheck what TimePicker he opened.

In my opinion a title would make sense if there were multiple dialogs of the same type in the same viewport.

What do you think?

Greetings, paxxux

fchauveau commented 8 years ago

Hey @paxxux!

As you are the second to ask for it I guess we will have to do something. Actually there is nothing for title. But even if we do this, on very small device such a title will not be display because it will take to much space.

If you have any screenshots where title is present on any picker I take it! It will help for choose best visual solution.

Thank you.