Adding DeviceScreeenInfo

This commit is contained in:
2025-02-23 12:38:13 -05:00
parent 0f4d184922
commit 99f7061a9f
11 changed files with 132 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
using Navigator.Droid;
using Android.Views.InputMethods;
using Android.Util;
[assembly: ExportRenderer(typeof(EntryWithCustomKeyboardReturnButton), typeof(EntryWithCustomKeyboardReturnButtonCustomRenderer))]
@@ -19,7 +20,7 @@ namespace Navigator.Droid
{
base.OnElementChanged(e);
var customEntry = Element as EntryWithCustomKeyboardReturnButton;
var customEntry = Element as EntryWithCustomKeyboardReturnButton;
if (Control != null && customEntry != null)
{

View File

@@ -1,5 +1,4 @@

using Android.App;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.OS;