splash screen improvemnets.

This commit is contained in:
Bryce Covert
2017-09-21 08:37:53 -07:00
parent 74a7c8cd06
commit 9af1f77e0a
7 changed files with 13 additions and 54 deletions

View File

@@ -35,13 +35,6 @@ public class SplashActivity extends Activity {
public void setupSplash() {
setContentView(R.layout.splashscreen);
TextView appNameView = (TextView)findViewById(R.id.splash_app_name);
appNameView.setText(R.string.app_name);
Animation rotation = AnimationUtils.loadAnimation(this, R.anim.splash_rotation);
ImageView circleView = (ImageView)findViewById(R.id.splash_circles);
circleView.startAnimation(rotation);
}
public void proceed() {