1、统一所有fragment初始化流程,继承自BaseFragment

2、统一大部分viewholder
3、TODO fragment adapter viewholder的分包还没处理完成
This commit is contained in:
CsHeng
2017-06-16 14:11:18 +08:00
parent 1160fb999e
commit f5425c2bea
138 changed files with 1143 additions and 1005 deletions

View File

@ -22,7 +22,7 @@ import com.gh.common.util.ShareUtils;
import com.gh.download.DownloadManager;
import com.gh.gamecenter.R;
import com.gh.gamecenter.eventbus.EBShowDialog;
import com.gh.gamecenter.listener.OnCallBackListener;
import com.gh.listener.OnCallBackListener;
import com.readystatesoftware.systembartint.SystemBarTintManager.SystemBarConfig;
import org.greenrobot.eventbus.EventBus;