Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
updating DotMatricClock to use SafeArea for rotation (#680)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Blount <blounty@Alexs-MacBook-Pro.local>
  • Loading branch information
alexkblount and Alex Blount committed Dec 9, 2020
1 parent 958673d commit c595c5e
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -2,9 +2,11 @@
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:DotMatrixClock"
xmlns:iOS="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
x:Class="DotMatrixClock.MainPage"
Padding="10"
SizeChanged="OnPageSizeChanged">
SizeChanged="OnPageSizeChanged"
iOS:Page.UseSafeArea="True">

<AbsoluteLayout x:Name="absoluteLayout"
VerticalOptions="Center" />
Expand Down

0 comments on commit c595c5e

Please sign in to comment.