mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
- Fixed layout params not applying on the guideline
This commit is contained in:
parent
46624f209e
commit
08eca7b4c2
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
||||||
//UI v1 Style
|
//UI v1 Style
|
||||||
//Hide the sidebar
|
//Hide the sidebar
|
||||||
params.guidePercent = 0; // 0%, range: 0 <-> 1
|
params.guidePercent = 0; // 0%, range: 0 <-> 1
|
||||||
|
guideLine.setLayoutParams(params);
|
||||||
|
|
||||||
//Remove the selected Tab
|
//Remove the selected Tab
|
||||||
selected.setVisibility(View.GONE);
|
selected.setVisibility(View.GONE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue