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

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
kazumihirose committed Mar 28, 2020
1 parent 2ef4c48 commit 35ce10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Covid19Radar/Covid19Radar/ViewModels/MainPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MainPageViewModel : ViewModelBase
public MainPageViewModel(INavigationService navigationService)
: base(navigationService)
{
Title = "Main Page";
Title = "チュートリアル1";
}
}
}
3 changes: 2 additions & 1 deletion Covid19Radar/Covid19Radar/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Title="{Binding Title}">

<StackLayout HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand">
<Label Text="Welcome to Xamarin Forms and Prism!" />
<Label Text="コロナウイルス(COVID19) Bluetoothセンサ" />
<Button Text="次へ" />
</StackLayout>

</ContentPage>

0 comments on commit 35ce10d

Please sign in to comment.