Styling improvements

This commit is contained in:
watsonb8
2019-12-01 16:14:36 -08:00
parent b60f2a4f47
commit 89d7d65d8d
7 changed files with 23 additions and 15 deletions

View File

@ -2,6 +2,7 @@
<ContentView
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:behaviors="clr-namespace:Aurora.Design.Behaviors"
x:Class="Aurora.Design.Components.NavigationMenu.NavigationMenu">
<ContentView.Resources>
<StyleSheet
@ -12,6 +13,7 @@
<ListView
x:Name="MenuItemsListView"
HasUnevenRows="true"
SeparatorVisibility="None"
IsGroupingEnabled="true"
RowHeight="35"
CachingStrategy="RecycleElement">