|
@@ -26,6 +26,7 @@ import com.cooleshow.chatmodule.contract.NoticeContract;
|
|
import com.cooleshow.chatmodule.databinding.TcActivityImAppealBinding;
|
|
import com.cooleshow.chatmodule.databinding.TcActivityImAppealBinding;
|
|
import com.cooleshow.chatmodule.databinding.TcActivityNoticeBinding;
|
|
import com.cooleshow.chatmodule.databinding.TcActivityNoticeBinding;
|
|
import com.cooleshow.chatmodule.presenter.NoticePresenter;
|
|
import com.cooleshow.chatmodule.presenter.NoticePresenter;
|
|
|
|
+import com.scwang.smart.refresh.footer.ClassicsFooter;
|
|
import com.scwang.smart.refresh.layout.api.RefreshLayout;
|
|
import com.scwang.smart.refresh.layout.api.RefreshLayout;
|
|
import com.scwang.smart.refresh.layout.listener.OnRefreshListener;
|
|
import com.scwang.smart.refresh.layout.listener.OnRefreshListener;
|
|
|
|
|
|
@@ -80,6 +81,7 @@ public class NoticeActivity extends BaseMVPActivity<TcActivityNoticeBinding, Not
|
|
viewBinding.toolbarInclude.tvRight.setVisibility(View.GONE);
|
|
viewBinding.toolbarInclude.tvRight.setVisibility(View.GONE);
|
|
}
|
|
}
|
|
targetId = getIntent().getStringExtra("targetId");
|
|
targetId = getIntent().getStringExtra("targetId");
|
|
|
|
+ viewBinding.refreshLayout.setRefreshFooter(new ClassicsFooter(this).setDrawableSize(20))
|
|
recyclerView = viewBinding.recyclerView;
|
|
recyclerView = viewBinding.recyclerView;
|
|
floatbutton = viewBinding.floatbutton;
|
|
floatbutton = viewBinding.floatbutton;
|
|
floatbutton.setOnClickListener(this);
|
|
floatbutton.setOnClickListener(this);
|