Skip to content

Commit

Permalink
update height
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathura committed Aug 24, 2020
1 parent 7cb13cb commit e33011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Spacearr.Core.Xamarin/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<StackLayout AbsoluteLayout.LayoutBounds="0,0,1,1" AbsoluteLayout.LayoutFlags="SizeProportional">
<Frame Margin="5" HasShadow="True" CornerRadius="2">
<StackLayout BackgroundColor="{DynamicResource ColorPrimaryLight}">
<StackLayout Orientation="Horizontal" BackgroundColor="{DynamicResource ColorPrimaryLight}">
<StackLayout HeightRequest="20" Orientation="Horizontal" BackgroundColor="{DynamicResource ColorPrimaryLight}">
<Label FontAttributes="Bold" Text="Device Id"/>
<Label x:Name="DeviceId" HorizontalOptions="EndAndExpand"/>
</StackLayout>
<StackLayout Orientation="Horizontal" BackgroundColor="{DynamicResource ColorPrimaryLight}">
<StackLayout HeightRequest="20" 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 e33011d

Please sign in to comment.