diff --git a/BrickController2/BrickController2/App.xaml b/BrickController2/BrickController2/App.xaml
index 132be36f..8360b5b8 100644
--- a/BrickController2/BrickController2/App.xaml
+++ b/BrickController2/BrickController2/App.xaml
@@ -150,12 +150,11 @@
-
-
diff --git a/BrickController2/BrickController2/UI/Controls/Dialogs.xaml b/BrickController2/BrickController2/UI/Controls/Dialogs.xaml
index 1462d07b..45d29450 100644
--- a/BrickController2/BrickController2/UI/Controls/Dialogs.xaml
+++ b/BrickController2/BrickController2/UI/Controls/Dialogs.xaml
@@ -12,19 +12,19 @@
-
+
-
+
-
+
@@ -38,12 +38,12 @@
-
+
-
+
@@ -56,12 +56,12 @@
-
+
-
+
@@ -75,12 +75,12 @@
-
+
-
+
@@ -91,19 +91,19 @@
-
+
-
+
-
+
diff --git a/BrickController2/BrickController2/UI/Controls/FloatingActionButton.xaml b/BrickController2/BrickController2/UI/Controls/FloatingActionButton.xaml
index c265234a..0a700353 100644
--- a/BrickController2/BrickController2/UI/Controls/FloatingActionButton.xaml
+++ b/BrickController2/BrickController2/UI/Controls/FloatingActionButton.xaml
@@ -6,11 +6,11 @@
x:Class="BrickController2.UI.Controls.FloatingActionButton">
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/BrickController2/BrickController2/UI/Controls/SegmentedControl.xaml.cs b/BrickController2/BrickController2/UI/Controls/SegmentedControl.xaml.cs
index 24f3a749..0da65b44 100644
--- a/BrickController2/BrickController2/UI/Controls/SegmentedControl.xaml.cs
+++ b/BrickController2/BrickController2/UI/Controls/SegmentedControl.xaml.cs
@@ -106,16 +106,15 @@ private void Build(IList items)
#pragma warning restore CS0618 // Type or member is obsolete
_labels.Add(label);
- var frame = new Frame
+ var border = new Border
{
BackgroundColor = Colors.Transparent,
- Padding = new Thickness(1),
- HasShadow = false
+ Padding = new Thickness(1)
};
- frame.GestureRecognizers.Add(new TapGestureRecognizer { Command = new SafeCommand(i => ItemTapped(i)), CommandParameter = index });
- frame.Content = label;
+ border.GestureRecognizers.Add(new TapGestureRecognizer { Command = new SafeCommand(i => ItemTapped(i)), CommandParameter = index });
+ border.Content = label;
- MyStackLayout.Children.Add(frame);
+ MyStackLayout.Children.Add(border);
}
SetSelection(SelectedIndex);
diff --git a/BrickController2/BrickController2/UI/Pages/CreationListPage.xaml b/BrickController2/BrickController2/UI/Pages/CreationListPage.xaml
index f5475f1c..5819a6c2 100644
--- a/BrickController2/BrickController2/UI/Pages/CreationListPage.xaml
+++ b/BrickController2/BrickController2/UI/Pages/CreationListPage.xaml
@@ -57,9 +57,9 @@
-
+
-
+
@@ -81,42 +81,42 @@
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
+
diff --git a/BrickController2/BrickController2/UI/Pages/SequenceListPage.xaml b/BrickController2/BrickController2/UI/Pages/SequenceListPage.xaml
index 2a7450fd..c4204ce6 100644
--- a/BrickController2/BrickController2/UI/Pages/SequenceListPage.xaml
+++ b/BrickController2/BrickController2/UI/Pages/SequenceListPage.xaml
@@ -52,9 +52,9 @@
-
+
-
+