RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Clickable labels for popups #87

Closed msl5994 closed 2 years ago

msl5994 commented 2 years ago

Made the style of the buttons for the popouts match up. Yes, I named the branch Clickable Labels with the hope of using labels as the main style element, but since the gestureRecognizers use Commands instead of click events, and the ViewModels that would create those Commands could not call the Dismiss() method to close the popup, I went back to using buttons (but matched their style to the label/text-only style that you had intended). Let me know if this is acceptable.

Got the buttons pushed to the end of the vertical space on the stackLayout of the popup. Added fields to allow for the displayAlert from the Question.cs model to use the generic TwoButtonPopup.