diff --git a/src/MainActivity.cs b/src/MainActivity.cs index 104818b2..8a98992c 100644 --- a/src/MainActivity.cs +++ b/src/MainActivity.cs @@ -6,6 +6,8 @@ using AndroidX.AppCompat.App; using AndroidX.Core.App; using Google.Android.Material.Card; +using Google.Android.Material.Dialog; +using Google.Android.Material.TextField; namespace NearShare.Droid; @@ -25,6 +27,10 @@ protected override void OnCreate(Bundle? savedInstanceState) Button receiveButton = FindViewById