diff --git a/.gitignore b/.gitignore index e645270..e0121d4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.idea/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/Maui.NeoControls.Demo/MainPage.xaml b/Maui.NeoControls.Demo/MainPage.xaml index a1eaf7f..8f7adb4 100644 --- a/Maui.NeoControls.Demo/MainPage.xaml +++ b/Maui.NeoControls.Demo/MainPage.xaml @@ -6,34 +6,27 @@ Shell.PresentationMode="Modal" NavigationPage.HasNavigationBar="False"> - - - - - - - - - - - - - - - - - - + Padding="35" + RowDefinitions="10*,27*,27*,10*,15*,12*" + ColumnDefinitions="*,*"> + + + + + + VerticalOptions="End"/> @@ -69,8 +62,8 @@ BackgroundColor="#e3edf7"> + VerticalOptions="End"/> @@ -96,8 +89,8 @@ Clicked="NeoButton_Clicked" BackgroundColor="#e3edf7"> + VerticalOptions="End"/> @@ -123,8 +116,8 @@ BackgroundColor="#e3edf7"> @@ -141,7 +134,7 @@ FontFamily="RobotoCondensedBold" FontSize="Small" TextColor="#95a3b8" - VerticalOptions="EndAndExpand"/> + VerticalOptions="End"/> @@ -160,7 +153,7 @@ Thickness="20" BackgroundColor="#e3edf7" Grid.ColumnSpan="2"> + HorizontalOptions="Fill"> @@ -172,7 +165,7 @@ @@ -183,7 +176,7 @@ @@ -196,7 +189,7 @@ @@ -209,7 +202,7 @@ @@ -221,7 +214,7 @@ + + + + + diff --git a/Maui.NeoControls/Maui.NeoControls.csproj b/Maui.NeoControls/Maui.NeoControls.csproj index 9d8758f..1c40f17 100644 --- a/Maui.NeoControls/Maui.NeoControls.csproj +++ b/Maui.NeoControls/Maui.NeoControls.csproj @@ -18,9 +18,11 @@ - + + + - + diff --git a/Maui.NeoControls/NeoView.xaml b/Maui.NeoControls/NeoView.xaml index 90e45db..d421e2d 100644 --- a/Maui.NeoControls/NeoView.xaml +++ b/Maui.NeoControls/NeoView.xaml @@ -5,14 +5,14 @@ x:Class="Maui.NeoControls.NeoView"> + VerticalOptions="Fill" + HorizontalOptions="Fill"/>