font removed
This commit is contained in:
parent
a8f96b3223
commit
f26c7eb873
17 changed files with 14 additions and 58 deletions
|
@ -593,8 +593,6 @@ public class LyricView extends View {
|
|||
mTextPaint = new TextPaint();
|
||||
mTextPaint.setDither(true);
|
||||
mTextPaint.setAntiAlias(true);
|
||||
Typeface typeface = ResourcesCompat.getFont(getContext(), R.font.font);
|
||||
mTextPaint.setTypeface(typeface);
|
||||
|
||||
switch (mTextAlign) {
|
||||
case LEFT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue