workspace qsb高度调整

This commit is contained in:
2020-11-03 14:58:37 +08:00
parent a2874fab54
commit 76f6b7bfd1
2 changed files with 2 additions and 2 deletions

View File

@@ -26,5 +26,5 @@
android:name="com.android.uiuios.qsb.QsbContainerView$QsbFragment" android:name="com.android.uiuios.qsb.QsbContainerView$QsbFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:tag="qsb_view" android:tag="qsb_view"
android:layout_height="match_parent"/> android:layout_height="0dp"/>
</com.android.uiuios.qsb.QsbContainerView> </com.android.uiuios.qsb.QsbContainerView>

View File

@@ -67,7 +67,7 @@ abstract class BaseFlags {
public static final boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = false; public static final boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = false;
// Enable moving the QSB on the 0th screen of the workspace // Enable moving the QSB on the 0th screen of the workspace
public static final boolean QSB_ON_FIRST_SCREEN = true; public static final boolean QSB_ON_FIRST_SCREEN = false;
public static final TogglableFlag EXAMPLE_FLAG = new TogglableFlag("EXAMPLE_FLAG", true, public static final TogglableFlag EXAMPLE_FLAG = new TogglableFlag("EXAMPLE_FLAG", true,
"An example flag that doesn't do anything. Useful for testing"); "An example flag that doesn't do anything. Useful for testing");