[Modify]论坛item的布局修改间距

This commit is contained in:
wushaocheng
2022-12-29 11:39:15 +08:00
parent 2e0b91501b
commit 4152086e29
2 changed files with 1 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ public class SquareDynamicAdapter extends BaseQuickAdapter<WorldDynamicBean, Bas
//话题
helper.setGone(R.id.tv_mini_world_name, item.getWorldId() > 0);
helper.setGone(R.id.space_view, item.getWorldId() > 0 || !TextUtils.isEmpty(time));
helper.setGone(R.id.space_view, item.getWorldId() > 0);
helper.setText(R.id.tv_mini_world_name, item.getWorldName());
helper.getView(R.id.tv_mini_world_name).setOnClickListener(v -> {
StatisticManager.Instance().onEvent(StatisticsProtocol.EVENT_WORLD_VIEW_WORLD_PAGE,

View File

@@ -154,7 +154,6 @@
app:layout_constraintLeft_toLeftOf="@id/cl_user_info"
app:layout_constraintTop_toBottomOf="@id/widget_image" />
<TextView
android:id="@+id/tv_mini_world_name"
android:layout_width="wrap_content"