Skip to content

Commit

Permalink
fixed androidx inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasafjochnick committed Dec 7, 2020
1 parent f48d59a commit 379020c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
import android.graphics.Paint;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.widget.TextView;

/**
* @author Eric Frohnhoefer
*/
public class UnderlineTextView extends TextView {
public class UnderlineTextView extends androidx.appcompat.widget.AppCompatTextView {
private final Paint mPaint = new Paint();
private int mUnderlineHeight = 0;

Expand Down

0 comments on commit 379020c

Please sign in to comment.