mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-27 12:45:26 +01:00
Update SplashActivity.java
This commit is contained in:
parent
010c60b2d8
commit
c943c904e0
@ -76,34 +76,28 @@ public class SplashActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
Glide.with(getApplicationContext()).load(Uri.parse("file:///android_asset/splash.gif")).into(icon_splash);
|
Glide.with(getApplicationContext()).load(Uri.parse("file:///android_asset/splash.gif")).into(icon_splash);
|
||||||
title_splash.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_glitch.ttf"), 1);
|
title_splash.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/base_glitch.ttf"), 1);
|
||||||
if (0 == SketchwareUtil.getRandom((int)(0), (int)(5))) {
|
if (0 == SketchwareUtil.getRandom((int)(0), (int)(4))) {
|
||||||
title_splash.setText("xManager");
|
title_splash.setText("xManager");
|
||||||
title_splash.setTextSize((int)25);
|
title_splash.setTextSize((int)25);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (1 == SketchwareUtil.getRandom((int)(0), (int)(5))) {
|
if (1 == SketchwareUtil.getRandom((int)(0), (int)(4))) {
|
||||||
title_splash.setText("Exodus 20:15");
|
title_splash.setText("It's A Movement");
|
||||||
title_splash.setTextSize((int)25);
|
title_splash.setTextSize((int)25);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (2 == SketchwareUtil.getRandom((int)(0), (int)(5))) {
|
if (2 == SketchwareUtil.getRandom((int)(0), (int)(4))) {
|
||||||
title_splash.setText("It's A Movement");
|
title_splash.setText("We Are Resistance");
|
||||||
title_splash.setTextSize((int)25);
|
title_splash.setTextSize((int)25);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (3 == SketchwareUtil.getRandom((int)(0), (int)(5))) {
|
if (3 == SketchwareUtil.getRandom((int)(0), (int)(4))) {
|
||||||
title_splash.setText("We Are Resistance");
|
title_splash.setText("Freedom For Everyone");
|
||||||
title_splash.setTextSize((int)25);
|
title_splash.setTextSize((int)20);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (4 == SketchwareUtil.getRandom((int)(0), (int)(5))) {
|
title_splash.setText("Don't Make Us Popular!");
|
||||||
title_splash.setText("Freedom For Everyone");
|
title_splash.setTextSize((int)20);
|
||||||
title_splash.setTextSize((int)20);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
title_splash.setText("Don't Make Us Popular!");
|
|
||||||
title_splash.setTextSize((int)20);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user