mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Merge pull request #712 from serpentspirale/v3_openjdk
Fixed layout params not applying on the guideline of the launcher activity
This commit is contained in:
commit
070a19ab86
@ -290,6 +290,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity
|
||||
//UI v1 Style
|
||||
//Hide the sidebar
|
||||
params.guidePercent = 0; // 0%, range: 0 <-> 1
|
||||
guideLine.setLayoutParams(params);
|
||||
|
||||
//Remove the selected Tab
|
||||
selected.setVisibility(View.GONE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user