font removed

This commit is contained in:
hemanths@live.com 2018-12-26 00:15:32 +05:30
parent a8f96b3223
commit f26c7eb873
17 changed files with 14 additions and 58 deletions

View file

@ -243,7 +243,7 @@ class AlbumDetailsActivity : AbsSlidingMusicPanelActivity(), AlbumDetailsContrac
.transition(RetroGlideExtension.getDefaultTransition())
.songOptions(album!!.safeGetFirstSong())
.dontAnimate()
.into(object : RetroMusicColoredTarget(image) {
.into(object : RetroMusicColoredTarget(image as ImageView) {
override fun onColorReady(color: Int) {
setColors(color)
}

View file

@ -1,13 +0,0 @@
package code.name.monkey.retromusic.util;
import android.content.Context;
import com.github.javiersantos.piracychecker.utils.LibraryUtilsKt;
public class PiracyCheckerUtils {
public static String getAPKSignature(Context context) {
return LibraryUtilsKt.getCurrentSignature(context);
}
}

View file

@ -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: