use proper colors at the list widget config screen

This commit is contained in:
tibbi 2022-02-27 17:10:11 +01:00
parent 9862f958bf
commit 04b8fc8613

View File

@ -74,6 +74,7 @@ class WidgetListConfigureActivity : SimpleActivity() {
override fun onResume() {
super.onResume()
window.decorView.setBackgroundColor(0)
updateTextColors(config_list_holder)
}
private fun initVariables() {