【光环助手V5.9.0】新社区7期-推荐信息页&个人主页&活动主页优化(微调活动主页UI)

This commit is contained in:
lyr
2022-05-05 10:59:51 +08:00
parent bb4878eab4
commit d3ed6d750b
2 changed files with 3 additions and 0 deletions

View File

@ -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 ->

View File

@ -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" />