[Modify]论坛item的布局修改间距
This commit is contained in:
@@ -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,
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user