diff --git a/Klient/Klient/Klient.Android/MainActivity.cs b/Klient/Klient/Klient.Android/MainActivity.cs index de6d9f5..e286b2d 100644 --- a/Klient/Klient/Klient.Android/MainActivity.cs +++ b/Klient/Klient/Klient.Android/MainActivity.cs @@ -172,9 +172,13 @@ namespace Klient.Droid [Java.Interop.Export("about")] public void MainScreenAbout(View v) { - SetContentView(Resource.Layout.ekranStartowy); + SetContentView(Resource.Layout.ekranInformacji); + } + [Java.Interop.Export("GoToMainScreenFromInformation")] + public void GoToMainScreenFromInformation(View v) + { + SetContentView(Resource.Layout.ekranStartowy); } - [Java.Interop.Export("LoadFromFolder")] public void LoadFile(View v) { diff --git a/Klient/Klient/Klient.Android/Poszukiwacz.csproj b/Klient/Klient/Klient.Android/Poszukiwacz.csproj index c111326..26b87d0 100644 --- a/Klient/Klient/Klient.Android/Poszukiwacz.csproj +++ b/Klient/Klient/Klient.Android/Poszukiwacz.csproj @@ -149,6 +149,11 @@ Designer + + + Designer + + diff --git a/Klient/Klient/Klient.Android/Resources/layout/ekranInformacji.xml b/Klient/Klient/Klient.Android/Resources/layout/ekranInformacji.xml new file mode 100644 index 0000000..6b6adc4 --- /dev/null +++ b/Klient/Klient/Klient.Android/Resources/layout/ekranInformacji.xml @@ -0,0 +1,57 @@ + + + + + +