改版消息主页面

This commit is contained in:
z583819556
2024-03-06 13:46:55 +08:00
parent a02f7b2e22
commit 2c554dadef
33 changed files with 1140 additions and 447 deletions

View File

@@ -47,7 +47,7 @@ public abstract class AbsViewHolder implements LifeCycleListener {
public abstract void init();
protected View findViewById(int res) {
protected <T extends View> T findViewById(int res) {
return mContentView.findViewById(res);
}