Skip to content

Commit 84d6687

Browse files
author
Javier Suárez Ruiz
committed
Updated setting swtich
1 parent 4d8ccd3 commit 84d6687

33 files changed

Lines changed: 29 additions & 29 deletions

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/SettingsView.xaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<Setter Property="VerticalOptions"
3838
Value="Center" />
3939
<Setter Property="Margin"
40-
Value="12, 0" />
40+
Value="12, 12, 12, 0" />
4141
</Style>
4242

4343
</ResourceDictionary>
@@ -83,15 +83,15 @@
8383
Style="{StaticResource SettingsToggleButtonStyle}">
8484
<controls:ToggleButton.CheckedImage>
8585
<OnPlatform x:TypeArguments="ImageSource"
86-
Android="toggle_azure"
87-
iOS="toggle_azure"
88-
WinPhone="Assets/toggle_azure.png"/>
86+
Android="switchOn"
87+
iOS="switchOn"
88+
WinPhone="Assets/switchOn.png"/>
8989
</controls:ToggleButton.CheckedImage>
9090
<controls:ToggleButton.UnCheckedImage>
9191
<OnPlatform x:TypeArguments="ImageSource"
92-
Android="toggle_local"
93-
iOS="toggle_local"
94-
WinPhone="Assets/toggle_local.png"/>
92+
Android="switchOff"
93+
iOS="switchOff"
94+
WinPhone="Assets/switchOff.png"/>
9595
</controls:ToggleButton.UnCheckedImage>
9696
</controls:ToggleButton>
9797
<Grid

src/Mobile/eShopOnContainers/eShopOnContainers.Droid/Resources/Resource.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.42 KB
Loading
1.43 KB
Loading
Binary file not shown.
Binary file not shown.
1.59 KB
Loading
1.73 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)