Skip to content

Commit

Permalink
update settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathura committed Aug 24, 2020
1 parent e33011d commit e5578c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spacearr.Core.Xamarin/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Label FontAttributes="Bold" Text="Device Id"/>
<Label x:Name="DeviceId" HorizontalOptions="EndAndExpand"/>
</StackLayout>
<StackLayout HeightRequest="20" Orientation="Horizontal" BackgroundColor="{DynamicResource ColorPrimaryLight}">
<StackLayout HeightRequest="30" Orientation="Horizontal" BackgroundColor="{DynamicResource ColorPrimaryLight}">
<Label FontAttributes="Bold" Text="Dark Mode"/>
<Switch x:Name="DarkModeSwitch" Toggled="DarkMode_OnToggled" HorizontalOptions="EndAndExpand"/>
</StackLayout>
Expand Down

0 comments on commit e5578c9

Please sign in to comment.