更新发现页面样式

This commit is contained in:
HapeLee
2025-08-28 14:15:05 +08:00
parent a7a8441c3a
commit 24f94ec274
3 changed files with 3 additions and 3 deletions
@@ -91,7 +91,7 @@ class ExploreAdapter(context: Context, val callBack: CallBack) :
flexbox.addView(cardView)
textView.text = kind.title
//kind.style().apply(textView)
kind.style().apply(cardView)
if (kind.url.isNullOrBlank()) {
cardView.setOnClickListener(null)