Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit a13b904

Browse files
authored
Merge pull request #436 from Covid-19Radar/master
Marge HERSYS link disabled
2 parents f8da4bc + af93b84 commit a13b904

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

Covid19Radar/Covid19Radar/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<Setter Property="TextColor" Value="{StaticResource ButtonGrayedOut}" />
334334
<Setter Property="FontSize" Value="Medium" />
335335
<Setter Property="HorizontalOptions" Value="Center" />
336-
<Setter Property="WidthRequest" Value="{x:OnPlatform Android=350, iOS=330}" />
336+
<Setter Property="WidthRequest" Value="{x:OnPlatform Android=300, iOS=310}" />
337337
<Setter Property="CornerRadius" Value="{x:OnPlatform Android=50, iOS=20}" />
338338
<Setter Property="BackgroundColor" Value="{StaticResource Background}" />
339339
</Style>

Covid19Radar/Covid19Radar/ViewModels/HomePage/NotifyOtherPageViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public NotifyOtherPageViewModel(INavigationService navigationService, UserDataSe
3434
Title = Resources.AppResources.TitileUserStatusSettings;
3535
this.userDataService = userDataService;
3636
userData = this.userDataService.Get();
37+
38+
// Waiting HER-SYS Deployment
39+
IsEnabled = false;
3740
}
3841

3942

Covid19Radar/Covid19Radar/Views/HomePage/NotifyOtherPage.xaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
<RowDefinition Height="Auto" />
2121
</Grid.RowDefinitions>
2222
<StackLayout Grid.Row="0">
23-
<Label Margin="0,0,0,5" Style="{StaticResource DefaultLabel}" Text="{x:Static resources:AppResources.NotifyOtherPageDescription1}" />
2423
<Label
24+
Margin="0,0,0,5"
25+
Style="{StaticResource DefaultLabel}"
26+
Text="{x:Static resources:AppResources.NotifyOtherPageDescription1}" />
27+
<Label
28+
Margin="0,0,0,20"
2529
HorizontalOptions="Start"
2630
Style="{StaticResource DefaultLabelColor}"
27-
Margin="0,0,0,20"
2831
Text="{x:Static resources:AppResources.NotifyOtherPageLabel}">
2932
<Label.GestureRecognizers>
3033
<TapGestureRecognizer Command="{prism:NavigateTo 'HelpPage3'}" />
@@ -46,6 +49,7 @@
4649
HasShadow="False">
4750
<Entry
4851
CharacterSpacing="5"
52+
IsEnabled="False"
4953
Keyboard="Numeric"
5054
MaxLength="8"
5155
Placeholder="{x:Static resources:AppResources.NotifyOtherPageLabel2}"
-2.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)