mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
- De-cluttered the launcher ui.
- Removed stuff that wasn't used.
This commit is contained in:
parent
53db976a15
commit
4c6dd80be8
4 changed files with 16 additions and 52 deletions
|
|
@ -52,7 +52,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
|||
private final Button[] Tabs = new Button[4];
|
||||
private View selected;
|
||||
|
||||
private Button switchUsrBtn, logoutBtn; // MineButtons
|
||||
private Button logoutBtn; // MineButtons
|
||||
|
||||
public PojavLauncherActivity() {
|
||||
}
|
||||
|
|
@ -185,7 +185,6 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
|||
|
||||
mLaunchProgress = (ProgressBar) findViewById(R.id.progressDownloadBar);
|
||||
mLaunchTextStatus = (TextView) findViewById(R.id.progressDownloadText);
|
||||
switchUsrBtn = (Button) findViewById(R.id.infoDevBtn);
|
||||
logoutBtn = (Button) findViewById(R.id.switchUserBtn);
|
||||
|
||||
mPlayButton = (Button) findViewById(R.id.launchermainPlayButton);
|
||||
|
|
@ -235,7 +234,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
|||
mLaunchProgress.setVisibility(launchVisibility);
|
||||
mLaunchTextStatus.setVisibility(launchVisibility);
|
||||
|
||||
switchUsrBtn.setEnabled(!isLaunching);
|
||||
|
||||
logoutBtn.setEnabled(!isLaunching);
|
||||
mVersionSelector.setEnabled(!isLaunching);
|
||||
canBack = !isLaunching;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue