diff --git a/MainPage.xaml b/MainPage.xaml
index 998370e..8e7e25f 100644
--- a/MainPage.xaml
+++ b/MainPage.xaml
@@ -1,10 +1,14 @@
+ x:Class="MobailApp.MainPage"
+ MaximumHeightRequest="812"
+ HeightRequest="812"
+ MaximumWidthRequest="375"
+ WidthRequest="375">
-
-
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs
index a4d19c7..f2e8115 100644
--- a/MainPage.xaml.cs
+++ b/MainPage.xaml.cs
@@ -2,29 +2,29 @@
{
public partial class MainPage : ContentPage
{
- int count = 0;
+ //int count = 0;
public MainPage()
{
InitializeComponent();
}
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
+ //private void OnCounterClicked(object sender, EventArgs e)
+ //{
+ // count++;
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
+ // if (count == 1)
+ // CounterBtn.Text = $"Clicked {count} time";
+ // else
+ // CounterBtn.Text = $"Clicked {count} times";
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
+ // SemanticScreenReader.Announce(CounterBtn.Text);
+ //}
- private async void NewPageOpenbtn_Clicked(System.Object sender, System.EventArgs e)
- {
- await Navigation.PushAsync(new NewPage1());
- }
+ //private async void NewPageOpenbtn_Clicked(System.Object sender, System.EventArgs e)
+ //{
+ // await Navigation.PushAsync(new NewPage1());
+ //}
}
}
diff --git a/MobailApp.csproj.user b/MobailApp.csproj.user
index 64111f6..c67ad15 100644
--- a/MobailApp.csproj.user
+++ b/MobailApp.csproj.user
@@ -2,8 +2,10 @@
False
- net8.0-windows10.0.19041.0
- Windows Machine
+ net8.0-android
+ Pixel 2 Q 10.0 - API 29 (Android 10.0 — API 29)
+ Emulator
+ pixel_2_-_api_29