【光环助手V5.9.0】新社区7期-推荐信息页&个人主页&活动主页优化(微调活动主页UI)
This commit is contained in:
@ -75,6 +75,7 @@ class ForumActivityFragment: LazyListFragment<ForumActivityEntity, ForumActivity
|
||||
if (list.isEmpty()) return
|
||||
|
||||
mBinding?.categoryContainer?.visibility = View.VISIBLE
|
||||
mBinding?.divider?.visibility = View.VISIBLE
|
||||
|
||||
list.add(0, ForumActivityCategoryEntity(id = "", name = "全部"))
|
||||
list.forEachIndexed { index, entity ->
|
||||
|
||||
@ -31,6 +31,8 @@
|
||||
app:flexWrap="wrap" />
|
||||
|
||||
<View
|
||||
android:id="@+id/divider"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0.5dp"
|
||||
android:background="@color/divider" />
|
||||
|
||||
Reference in New Issue
Block a user