Refactor search, favorites and calendar widget

This commit is contained in:
MM20
2021-12-31 20:16:08 +01:00
parent 0193d4e495
commit a2ccef64ce
81 changed files with 1335 additions and 1671 deletions
@@ -19,6 +19,9 @@ fun View.asViewGroup(): ViewGroup? {
val View.lifecycleScope
get() = (context as LifecycleOwner).lifecycleScope
val View.lifecycleOwner
get() = (context as LifecycleOwner)
fun View.setPadding(vertical: Int, horizontal: Int) {
setPadding(vertical, horizontal, vertical, horizontal)
}