Fix font issues

This commit is contained in:
h4h13 2019-04-09 22:59:48 +05:30
parent 614d687827
commit 6eb59f6af3
18 changed files with 72 additions and 55 deletions

View file

@ -27,7 +27,7 @@ import com.afollestad.materialdialogs.list.listItemsSingleChoice
class MaterialListPreference : ListPreference {
private val mLayoutRes = code.name.monkey.retromusic.R.layout.ate_preference_list
private val mLayoutRes = R.layout.ate_preference_list
constructor(context: Context) : super(context)