4
Codazed
5y

This is a screenshot of the preferences screen of my Android app. I have just added the preference that's at the top. It is a ListPreference. Does having the summary string this long for this make it look bad? I'm not sure how else I would explain the options to the user. Just looking for UI advice.

Comments
  • 0
    Okay so

    1) make it collapsible
    2) who the fuck plays smite
  • 0
    @ganjaman At least 5
  • 2
    Use better option names and you won't need the lengthy description.

    1. Random

    2. Pure offensive

    3. Pure defensive

    4. Mixed

    5. Pure auto (this one could be improved)
  • 1
    @gronostaj this may seem good for the average human but I sometimes have problems understanding what setting do if there is no description and the name is really short and undescriptive.
  • 2
    does it a display like a radio list? can you include those descriptions in parenthesis on each option?
  • 1
    You can open a pop up/new activity that can have a recycler view explaining each one of them with some visual cue

    Let user choose from the recycler views.
Add Comment