Conor Breen
Results
21
comments of
Conor Breen
@LaraSQP all that is missing is the using statements: ```csharp using Android.Views; using Android.Widget; using AndroidX.AppCompat.Widget; using View = Android.Views.View; ``` Hope this helps.