optimize button customizations
Auto Tag on Version Change / check-version (push) Successful in 5s

This commit is contained in:
2026-05-28 17:25:37 +05:00
parent 836f4c493a
commit f0a0e7857c
2 changed files with 2 additions and 1 deletions
@@ -168,6 +168,7 @@ class SettingsAppearanceFragment : Fragment() {
LayoutInflater.from(ctx).inflate(R.layout.item_more_nav, listLayout, false).also { row ->
row.findViewById<ImageView>(R.id.ivIcon).setImageResource(item.iconRes)
row.findViewById<TextView>(R.id.tvLabel).setText(item.titleRes)
row.findViewById<TextView>(R.id.tvDescription).visibility = View.GONE
listLayout.addView(row)
}
}