[skip ci] feat: new settings UI
This commit is contained in:
parent
91d1d2cf1d
commit
cd3bb20afd
11 changed files with 170 additions and 209 deletions
|
@ -63,6 +63,8 @@ class SettingsAdapter(private val settings: ArrayList<Settings>) :
|
|||
b.settingsLayout.visibility = if (settings.isVisible) View.VISIBLE else View.GONE
|
||||
b.settingsIconRight.visibility =
|
||||
if (settings.isActivity) View.VISIBLE else View.GONE
|
||||
b.attachView.visibility = if (settings.attach != null) View.VISIBLE else View.GONE
|
||||
settings.attach?.invoke(b.attachView)
|
||||
}
|
||||
|
||||
2 -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue