From 45ec83b2d6516027114aee026600490d489a7755 Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Tue, 29 Nov 2022 00:49:56 +0000 Subject: [PATCH] Refactor all_apps.xml contents to all_apps_content.xml We can reuse the all_apps_content.xml in other all_apps.xml This is step1. As step2, I will refactor secondary_launcher.xml and taskbar_all_apps.xml. Bug: 204781396 Test: Manual Change-Id: Ia842ca082ec38220d327f512221807ed21ad2ad3 --- res/layout/all_apps.xml | 31 +------------------- res/layout/all_apps_content.xml | 51 +++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 30 deletions(-) create mode 100644 res/layout/all_apps_content.xml diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index d0d82d48bd..f8a871a502 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -25,34 +25,5 @@ android:focusable="false" android:saveEnabled="false"> - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/res/layout/all_apps_content.xml b/res/layout/all_apps_content.xml new file mode 100644 index 0000000000..b33029fcd1 --- /dev/null +++ b/res/layout/all_apps_content.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file