Clean up legacy control classes and code

This commit is contained in:
2021-03-28 15:37:35 -05:00
parent 2bca5c8a13
commit ce64f24b4b
39 changed files with 47 additions and 2392 deletions
+5 -4
View File
@@ -16,18 +16,19 @@
<!--Ordering is based on the order last is on top seems pretty backwards to me-->
<!--Old "Instance" listview -->
<ListView x:Name="storageListView"
<!--<ListView x:Name="storageListView"
HasUnevenRows="true"
BackgroundColor="{DynamicResource PageBackgroundColor}"
SeparatorVisibility="None">
</ListView>
</ListView>-->
<!--Simple Divider-->
<BoxView HeightRequest="10"
BackgroundColor="DarkGray"/>
<!--<BoxView HeightRequest="10"
BackgroundColor="DarkGray"/>-->
<!--Beginning of new style of "server" view-->
<Frame BackgroundColor="{DynamicResource PageBackgroundColor}"
CornerRadius="0"
Margin="0"