Fix xaml typos on apps
parent
3a4ccedea3
commit
9ac4b5643b
|
@ -8,7 +8,7 @@
|
|||
Title="{Binding Episode.Title}"
|
||||
xmlns:res="clr-namespace:Microsoft.NetConf2021.Maui.Resources.Strings"
|
||||
xmlns:controls="clr-namespace:Microsoft.NetConf2021.Maui.Controls">
|
||||
<GridBackground="{AppThemeBinding Light={StaticResource Grey1}, Dark={StaticResource Grey9}}">
|
||||
<Grid Background="{AppThemeBinding Light={StaticResource Grey1}, Dark={StaticResource Grey9}}">
|
||||
<ScrollView>
|
||||
<VerticalStackLayout Padding="16"
|
||||
Spacing="8">
|
||||
|
@ -73,5 +73,5 @@
|
|||
VerticalOptions="End">
|
||||
</controls:Player>
|
||||
|
||||
</GridBackground>
|
||||
</Grid>
|
||||
</ContentPage>
|
|
@ -9,7 +9,7 @@
|
|||
x:Class="Microsoft.NetConf2021.Maui.Pages.SettingsPage">
|
||||
<Grid RowDefinitions="auto,auto,auto,auto,auto,auto,auto,auto"
|
||||
ColumnDefinitions="2*,8*"
|
||||
Padding="16"Background="{AppThemeBinding Light={StaticResource Grey1}, Dark={StaticResource Grey9}}">
|
||||
Padding="16" Background="{AppThemeBinding Light={StaticResource Grey1}, Dark={StaticResource Grey9}}">
|
||||
<Label Text="{x:Static res:AppResource.Download_Settings}"
|
||||
Margin="0,0,0,20"
|
||||
Style="{StaticResource H6LabelStyle}"
|
||||
|
|
Loading…
Reference in New Issue