workspace qsb高度调整
This commit is contained in:
@@ -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>
|
||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user