Created
July 15, 2018 13:16
-
-
Save tugcearar/6c85260c0625a13ef3802cb486f5af7f 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
<ContentView.Content> | |
<StackLayout VerticalOptions="Center" HorizontalOptions="Center"> | |
<Image Source="empty.png"/> | |
<Label Text="There is nothing in here." FontSize="Medium" TextColor="{DynamicResource TextColorLight}"/> | |
</StackLayout> | |
</ContentView.Content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment