Fix lot of things haha
This commit is contained in:
parent
a81536ab9a
commit
4197fde140
54 changed files with 250 additions and 125 deletions
|
@ -2,11 +2,10 @@ package code.name.monkey.retromusic.preferences
|
|||
|
||||
import android.content.Context
|
||||
import android.util.AttributeSet
|
||||
|
||||
import code.name.monkey.appthemehelper.common.prefs.supportv7.ATEDialogPreference
|
||||
import androidx.preference.DialogPreference
|
||||
|
||||
|
||||
class AlbumCoverStylePreference : ATEDialogPreference {
|
||||
class AlbumCoverStylePreference : DialogPreference {
|
||||
constructor(context: Context) : super(context)
|
||||
|
||||
constructor(context: Context, attrs: AttributeSet) : super(context, attrs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue