kobakei/Android-RateThisApp

Against dialog guidelines

Opened this issue · 0 comments

From https://material.io/guidelines/components/dialogs.html#dialogs-specs

Number of actions

Dialogs should not include more than two actions. A third action, such as “Learn more,” navigates away from the dialog, potentially leaving the task unfinished.

Avoid using a “Learn more” action to access help documentation; in-line expansion within the dialog should be used instead. If more extensive information is needed, provide it prior to entering the dialog.

Is there anything you can do to fulfill the guidelines for the best user experience?