Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 73d3db8

Browse files
committed
Fix usings for AndroidX
1 parent d7c4672 commit 73d3db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.ControlGallery.Android/Tests/PlatformTestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Android.Content;
22
using Android.Content.PM;
3-
using Android.Support.V7.Widget;
43
using Android.Widget;
54
using Xamarin.Forms.Platform.Android;
65
using AView = Android.Views.View;
@@ -12,6 +11,7 @@
1211
using ASearchView = Android.Widget.SearchView;
1312
using System.Collections.Generic;
1413
using NUnit.Framework;
14+
using AndroidX.AppCompat.Widget;
1515

1616
namespace Xamarin.Forms.ControlGallery.Android.Tests
1717
{

0 commit comments

Comments
 (0)