From 5d278b223045ebda70b6c2f8e11a84589ad2c082 Mon Sep 17 00:00:00 2001 From: Mukul Asija <78532621+mukulasija@users.noreply.github.com> Date: Sat, 8 Jan 2022 00:38:36 +0530 Subject: [PATCH] Fix #3536: Merged home_activity.xml files (#4053) * merged home-activity files into single xml file * directly hardcoded the height to 0dp and removed it from the dimens file * Update dimens.xml --- .../main/res/layout-land/home_activity.xml | 33 ------------------- .../res/layout-sw600dp-port/home_activity.xml | 33 ------------------- 2 files changed, 66 deletions(-) delete mode 100644 app/src/main/res/layout-land/home_activity.xml delete mode 100644 app/src/main/res/layout-sw600dp-port/home_activity.xml diff --git a/app/src/main/res/layout-land/home_activity.xml b/app/src/main/res/layout-land/home_activity.xml deleted file mode 100644 index ffb339f5d63..00000000000 --- a/app/src/main/res/layout-land/home_activity.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - diff --git a/app/src/main/res/layout-sw600dp-port/home_activity.xml b/app/src/main/res/layout-sw600dp-port/home_activity.xml deleted file mode 100644 index ffb339f5d63..00000000000 --- a/app/src/main/res/layout-sw600dp-port/home_activity.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - -