mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
- Fixed mVersionText being outside of the screen when the version name was too long
This commit is contained in:
parent
401cad7430
commit
78fd3329c9
2 changed files with 12 additions and 3 deletions
|
|
@ -88,6 +88,9 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
|||
tvUsernameView = (TextView) findViewById(R.id.launchermain_text_welcome);
|
||||
mTextVersion = (TextView) findViewById(R.id.launcherMainVersionView);
|
||||
|
||||
//The following line is used to make this TextView horizontally scroll if the version name is larger than the view
|
||||
mTextVersion.setSelected(true);
|
||||
|
||||
Tabs[0] = findViewById(R.id.btnTab1);
|
||||
Tabs[1] = findViewById(R.id.btnTab2);
|
||||
Tabs[2] = findViewById(R.id.btnTab3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue