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

Commit

Permalink
Update FormsTextView.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Apr 1, 2022
1 parent b3600a2 commit 179b81e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Xamarin.Forms.Platform.Android/Renderers/FormsTextView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
using Android.Runtime;
using Android.Util;
using Android.Widget;
using AndroidX.AppCompat.Widget;

namespace Xamarin.Forms.Platform.Android
{
public class FormsTextView : TextView
public class FormsTextView : AppCompatTextView
{
public FormsTextView(Context context) : base(context)
{
Expand Down

0 comments on commit 179b81e

Please sign in to comment.