diff --git a/Droid/Properties/AndroidManifest.xml b/Droid/Properties/AndroidManifest.xml index c483e0c..a8f7809 100644 --- a/Droid/Properties/AndroidManifest.xml +++ b/Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/qController.Standard/Classes/Cell/QLevelsCell.cs b/qController.Standard/Classes/Cell/QLevelsCell.cs index 26d906d..07da1a2 100644 --- a/qController.Standard/Classes/Cell/QLevelsCell.cs +++ b/qController.Standard/Classes/Cell/QLevelsCell.cs @@ -74,14 +74,14 @@ namespace qController leftLabel = new Label { - Text = "0:", + Text = "1:", VerticalTextAlignment = TextAlignment.Center, HorizontalTextAlignment = TextAlignment.Center }; rightLabel = new Label { - Text = "1:", + Text = "2:", VerticalTextAlignment = TextAlignment.Center, HorizontalTextAlignment = TextAlignment.Center }; diff --git a/qController.Standard/Pages/ControlPage.xaml b/qController.Standard/Pages/ControlPage.xaml index 1b04f29..625a8fd 100644 --- a/qController.Standard/Pages/ControlPage.xaml +++ b/qController.Standard/Pages/ControlPage.xaml @@ -8,10 +8,10 @@ - +