mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
- Fixed layout params not applying on the guideline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user