diff --git a/Android.mk b/Android.mk index a817415ea6..6568a263e8 100644 --- a/Android.mk +++ b/Android.mk @@ -251,7 +251,7 @@ LOCAL_PROGUARD_ENABLED := full LOCAL_PACKAGE_NAME := Launcher3QuickStepGo LOCAL_PRIVILEGED_MODULE := true LOCAL_PRODUCT_MODULE := true -LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep +LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep Launcher3GoIconRecents LOCAL_REQUIRED_MODULES := privapp_whitelist_com.android.launcher3 LOCAL_FULL_LIBS_MANIFEST_FILES := \ @@ -297,7 +297,8 @@ LOCAL_PROGUARD_ENABLED := full LOCAL_PACKAGE_NAME := Launcher3GoIconRecents LOCAL_PRIVILEGED_MODULE := true -LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep +LOCAL_PRODUCT_MODULE := true +LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep Launcher3QuickStepGo LOCAL_REQUIRED_MODULES := privapp_whitelist_com.android.launcher3 LOCAL_FULL_LIBS_MANIFEST_FILES := \ diff --git a/res/layout/hint_container.xml b/go/quickstep/res/drawable/default_thumbnail.xml similarity index 76% rename from res/layout/hint_container.xml rename to go/quickstep/res/drawable/default_thumbnail.xml index 75aa913411..0a2dbf03de 100644 --- a/res/layout/hint_container.xml +++ b/go/quickstep/res/drawable/default_thumbnail.xml @@ -14,4 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + + + + diff --git a/quickstep/recents_ui_overrides/res/layout/hint_container.xml b/go/quickstep/res/drawable/empty_content_box.xml similarity index 74% rename from quickstep/recents_ui_overrides/res/layout/hint_container.xml rename to go/quickstep/res/drawable/empty_content_box.xml index f8723fc81b..a4883889fe 100644 --- a/quickstep/recents_ui_overrides/res/layout/hint_container.xml +++ b/go/quickstep/res/drawable/empty_content_box.xml @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:shape="rectangle"> + + + + \ No newline at end of file diff --git a/go/quickstep/res/layout/clear_all_button.xml b/go/quickstep/res/layout/clear_all_button.xml new file mode 100644 index 0000000000..be76d53661 --- /dev/null +++ b/go/quickstep/res/layout/clear_all_button.xml @@ -0,0 +1,35 @@ + + + +