diff --git a/Android.mk b/Android.mk index 3a9a2c3ebb..a099ada991 100644 --- a/Android.mk +++ b/Android.mk @@ -78,9 +78,8 @@ include $(CLEAR_VARS) LOCAL_USE_AAPT2 := true LOCAL_MODULE_TAGS := optional -LOCAL_STATIC_ANDROID_LIBRARIES := \ - Launcher3CommonDepsLib \ - SecondaryDisplayLauncherLib +LOCAL_STATIC_ANDROID_LIBRARIES := Launcher3CommonDepsLib + LOCAL_SRC_FILES := \ $(call all-java-files-under, src) \ $(call all-java-files-under, src_shortcuts_overrides) \ @@ -154,9 +153,7 @@ else endif LOCAL_MODULE := Launcher3QuickStepLib LOCAL_PRIVILEGED_MODULE := true -LOCAL_STATIC_ANDROID_LIBRARIES := \ - Launcher3CommonDepsLib \ - SecondaryDisplayLauncherLib +LOCAL_STATIC_ANDROID_LIBRARIES := Launcher3CommonDepsLib LOCAL_SRC_FILES := \ $(call all-java-files-under, src) \ diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 555cc7302b..26698eb145 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -184,5 +184,20 @@ android:writePermission="android.permission.WRITE_SECURE_SETTINGS" android:exported="true" android:enabled="false" /> + + + + + + + + + diff --git a/res/drawable/bg_all_apps_button.xml b/res/drawable/bg_all_apps_button.xml new file mode 100644 index 0000000000..169a4680f0 --- /dev/null +++ b/res/drawable/bg_all_apps_button.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_apps.xml b/res/drawable/ic_apps.xml new file mode 100644 index 0000000000..db779c2d12 --- /dev/null +++ b/res/drawable/ic_apps.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/quickstep/res/drawable/ic_pin.xml b/res/drawable/ic_pin.xml similarity index 100% rename from quickstep/res/drawable/ic_pin.xml rename to res/drawable/ic_pin.xml diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index 9427ae0b7c..0da51d9444 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -16,7 +16,7 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/res/layout/secondary_launcher.xml b/res/layout/secondary_launcher.xml new file mode 100644 index 0000000000..98cfc349af --- /dev/null +++ b/res/layout/secondary_launcher.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + +