splash screen improvemnets.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user