diff --git a/Local.Android/MainActivity.cs b/Local.Android/MainActivity.cs index 032a2fb..fd381b3 100644 --- a/Local.Android/MainActivity.cs +++ b/Local.Android/MainActivity.cs @@ -6,6 +6,7 @@ using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; +using Android.Content.Res; namespace Local.Droid { @@ -30,5 +31,6 @@ namespace Local.Droid base.OnRequestPermissionsResult(requestCode, permissions, grantResults); } + } } \ No newline at end of file diff --git a/Local/AboutTheAuthor.xaml b/Local/AboutTheAuthor.xaml index 325bddc..db0d078 100644 --- a/Local/AboutTheAuthor.xaml +++ b/Local/AboutTheAuthor.xaml @@ -17,7 +17,9 @@ VerticalOptions="CenterAndExpand" HorizontalOptions="Center" /> -