Created
September 20, 2018 22:27
-
-
Save tugcearar/584be7ee6e3a4f6aa8a659c2b34057c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout VerticalOptions="Center"> | |
<renderers:CustomPicker DoneButtonText="My Custom Done Text" CancelButtonText="My Custom Cancel Text" /> | |
<renderers:CustomPicker DoneButtonText="My Other Custom Done Text" CancelButtonText="My Other Custom Cancel Text"/> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment