From 8083390eab6284f65f8eaa9cc2c13e8e6f88acae Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 30 Dec 2017 21:33:29 -0500 Subject: [PATCH] style for ExtendedListView --- src/App/App.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.cs b/src/App/App.cs index dcd3ecd2c..c020547af 100644 --- a/src/App/App.cs +++ b/src/App/App.cs @@ -283,7 +283,7 @@ namespace Bit.App // List View - Resources.Add(new Style(typeof(ListView)) + Resources.Add(new Style(typeof(ExtendedListView)) { Setters = { new Setter { Property = ListView.SeparatorColorProperty, Value = grayLighter }