Skip to content

Commit

Permalink
Extend AppCompatTextView
Browse files Browse the repository at this point in the history
This fixes a Lint error.
  • Loading branch information
friederbluemle committed May 11, 2017
1 parent 2d2ca08 commit 4d3da91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Typeface;
import android.support.v7.widget.AppCompatTextView;
import android.util.AttributeSet;
import android.util.Log;
import android.widget.TextView;

/**
* Created by 1andbarb on 22/04/2016.
*/
public class TextViewFont extends TextView {
public class TextViewFont extends AppCompatTextView {

private static final String TAG = "TextViewFont";

Expand Down

0 comments on commit 4d3da91

Please sign in to comment.