|
|
@@ -63,6 +63,8 @@ import static com.sheep.gamegroup.util.UMConfigUtils.Event.AD_SPLASH;
|
|
|
|
|
|
public class SplashAct extends BaseActivity implements EasyPermissions.PermissionCallbacks {
|
|
|
|
|
|
+ @BindView(R.id.login_bg_img)
|
|
|
+ ImageView login_bg_img;
|
|
|
@BindView(R.id.splash_bg)
|
|
|
ImageView splash_bg;
|
|
|
@BindView(R.id.splash_skip)
|
|
|
@@ -200,9 +202,6 @@ public class SplashAct extends BaseActivity implements EasyPermissions.Permissio
|
|
|
return R.layout.splash_activity;
|
|
|
}
|
|
|
|
|
|
- @BindView(R.id.login_bg_img)
|
|
|
- ImageView login_bg_img;
|
|
|
-
|
|
|
@Override
|
|
|
public void initView() {
|
|
|
activity = this;
|