Skip to content
This repository was archived by the owner on Nov 3, 2018. It is now read-only.
This repository was archived by the owner on Nov 3, 2018. It is now read-only.

Button text cut off & Option to allow user to force check #4

Description

@sattmaunders

Cool project! I'm just implementing it in my app now.

On Lollipop, sometimes the button text is cut off - if any of the button labels are too long they push the other buttons off the screen. Can you make it so it wraps to a new line if the text is long? Maybe give the buttons designated space, 1/3 of the dialog width, so the buttons are never pushed off the edge.
(example: Setting buttons to "Remind me later", "Skip this version" and "Download now" will push the button "Download now" off the right edge of the dialog, and cut off part of the text of "Skip this version")

EDIT: The button issue is because of Theme.Material.Light - you can see a similar problem here: http://stackoverflow.com/questions/27187353/dialog-buttons-with-long-text-not-wrapping-squeezed-out-material-theme-on-an
EDIT2: I'm not sure there even is a solution for the button issue.

Also, is there a way to check for updates and show the dialog, even if the user has clicked "Remind me later" or "Skip this version"? I'd like to put an option for users to click to force a check for updates, even if they decided to skip the update or be reminded later - just show the last update dialog again

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions