This commit is contained in:
kunfei
2022-10-14 14:12:06 +08:00
parent 72fe6e7400
commit 692ec16032
2 changed files with 2 additions and 7 deletions
@@ -24,7 +24,6 @@ class NameListPreference(context: Context, attrs: AttributeSet) : ListPreference
}
override fun onBindViewHolder(holder: PreferenceViewHolder) {
super.onBindViewHolder(holder)
val v = Preference.bindView<TextView>(
context, holder, icon, title, summary, widgetLayoutResource,
R.id.text_view, isBottomBackground = isBottomBackground
@@ -37,6 +36,7 @@ class NameListPreference(context: Context, attrs: AttributeSet) : ListPreference
v.setTextColor(pTextColor)
}
}
super.onBindViewHolder(holder)
}
}
@@ -23,13 +23,8 @@ class SwitchPreference(context: Context, attrs: AttributeSet) :
}
override fun onBindViewHolder(holder: PreferenceViewHolder) {
val v = Preference.bindView<SwitchCompat>(
context,
holder,
icon,
title,
summary,
context, holder, icon, title, summary,
widgetLayoutResource,
androidx.preference.R.id.switchWidget,
isBottomBackground = isBottomBackground