Fixed navigation bar color pre Oreo
This commit is contained in:
parent
b68947c672
commit
a26f08127c
2 changed files with 8 additions and 11 deletions
|
@ -34,8 +34,6 @@ import android.view.View
|
|||
import android.view.animation.LinearInterpolator
|
||||
import android.widget.Scroller
|
||||
import androidx.core.content.ContextCompat
|
||||
import androidx.core.content.res.ResourcesCompat
|
||||
import code.name.monkey.retromusic.BuildConfig
|
||||
import code.name.monkey.retromusic.R
|
||||
import java.io.File
|
||||
import java.util.*
|
||||
|
@ -507,9 +505,6 @@ class CoverLrcView @JvmOverloads constructor(
|
|||
y += ((mLrcEntryList[i - 1].height + mLrcEntryList[i].height shr 1)
|
||||
+ mDividerHeight)
|
||||
}
|
||||
if (BuildConfig.DEBUG) {
|
||||
mLrcPaint.typeface = ResourcesCompat.getFont(context, R.font.sans)
|
||||
}
|
||||
if (i == mCurrentLine) {
|
||||
mLrcPaint.textSize = mCurrentTextSize
|
||||
mLrcPaint.color = mCurrentTextColor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue