|
8 | 8 | xmlns:uc="clr-namespace:SecureFolderFS.Maui.UserControls" |
9 | 9 | x:Name="RootControl"> |
10 | 10 |
|
11 | | - <Grid> |
12 | | - <uc:HealthScanControl |
13 | | - x:Name="ScanControl" |
14 | | - Title="{Binding StatusTitle, Mode=OneWay, Source={x:Reference RootControl}}" |
15 | | - Clicked="HealthScanControl_Clicked" |
16 | | - IsProgressing="{Binding IsProgressing, Mode=OneWay, Source={x:Reference RootControl}}" |
17 | | - Severity="{Binding Severity, Mode=OneWay, Source={x:Reference RootControl}}" |
18 | | - Subtitle="{Binding LastCheckedText, Mode=OneWay, Source={x:Reference RootControl}}"> |
19 | | - <uc:HealthScanControl.IconSlot> |
20 | | - <Grid> |
21 | | - <mi:MauiIcon |
22 | | - Icon="{mi_material:Material ChevronRight}" |
23 | | - IconColor="White" |
24 | | - OnPlatforms="Android" /> |
25 | | - <mi:MauiIcon |
26 | | - Icon="{mi_cupertino:Cupertino ChevronRight}" |
27 | | - IconColor="White" |
28 | | - OnPlatforms="iOS" /> |
29 | | - </Grid> |
30 | | - </uc:HealthScanControl.IconSlot> |
31 | | - </uc:HealthScanControl> |
32 | | - </Grid> |
| 11 | + <uc:HealthScanControl |
| 12 | + x:Name="ScanControl" |
| 13 | + Title="{Binding StatusTitle, Mode=OneWay, Source={x:Reference RootControl}}" |
| 14 | + Clicked="HealthScanControl_Clicked" |
| 15 | + IsProgressing="{Binding IsProgressing, Mode=OneWay, Source={x:Reference RootControl}}" |
| 16 | + Severity="{Binding Severity, Mode=OneWay, Source={x:Reference RootControl}}" |
| 17 | + Subtitle="{Binding LastCheckedText, Mode=OneWay, Source={x:Reference RootControl}}"> |
| 18 | + <uc:HealthScanControl.IconSlot> |
| 19 | + <Grid> |
| 20 | + <mi:MauiIcon |
| 21 | + Icon="{mi_material:Material ChevronRight}" |
| 22 | + IconColor="White" |
| 23 | + OnPlatforms="Android" /> |
| 24 | + <mi:MauiIcon |
| 25 | + Icon="{mi_cupertino:Cupertino ChevronRight}" |
| 26 | + IconColor="White" |
| 27 | + OnPlatforms="iOS" /> |
| 28 | + </Grid> |
| 29 | + </uc:HealthScanControl.IconSlot> |
| 30 | + </uc:HealthScanControl> |
33 | 31 | </ContentView> |
0 commit comments