mv BaseRecyclerAdapter to lib

This commit is contained in:
CsHeng
2017-06-26 15:16:00 +08:00
parent 16236e1361
commit f78bdaa358
56 changed files with 55 additions and 86 deletions

View File

@ -14,7 +14,7 @@ import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
import com.gh.base.adapter.BaseRecyclerAdapter;
import com.lightgame.adapter.BaseRecyclerAdapter;
import com.gh.common.util.BitmapUtils;
import com.gh.common.util.PackageUtils;
import com.gh.common.util.RuntimeUtils;