mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -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
|
//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…
x
Reference in New Issue
Block a user