- Fixed layout params not applying on the guideline

This commit is contained in:
SerpentSpirale 2021-01-25 18:20:14 +01:00
parent 46624f209e
commit 08eca7b4c2

View file

@ -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);