From 228153d92ae68c82efd3fcad4ad3df6af7fc24a2 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 4 Jan 2018 15:35:22 -0800 Subject: Updating landscape layout for launcher/quickstep > Hotseat is tied to navbar (on left in seascape) > Search box shows up in Overview (clicking it would crash for now) > All-apps is no longer fullscreen in landscape > Recents cards are appropriately scaled down > Hotseat is visible in Overview Bug: 70179916 Change-Id: I53149eaeac9557e8a01021b7e2d139f3d6ceef37 --- res/layout-land/all_apps_fast_scroller.xml | 39 --------------------------- res/layout-land/launcher.xml | 3 +-- res/layout-port/launcher.xml | 3 +-- res/layout-sw720dp/all_apps_fast_scroller.xml | 37 ------------------------- res/layout-sw720dp/launcher.xml | 3 +-- res/values-land/dimens.xml | 13 +-------- res/values/dimens.xml | 11 +------- 7 files changed, 5 insertions(+), 104 deletions(-) delete mode 100644 res/layout-land/all_apps_fast_scroller.xml delete mode 100644 res/layout-sw720dp/all_apps_fast_scroller.xml (limited to 'res') diff --git a/res/layout-land/all_apps_fast_scroller.xml b/res/layout-land/all_apps_fast_scroller.xml deleted file mode 100644 index 16aa2afd4..000000000 --- a/res/layout-land/all_apps_fast_scroller.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 0a4fec127..3422a9849 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -57,8 +57,7 @@ + android:id="@+id/all_apps_scrim" /> + android:id="@+id/all_apps_scrim" /> - - - - - - - - \ No newline at end of file diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index d7e931a36..047577ba7 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -50,8 +50,7 @@ + android:id="@+id/all_apps_scrim" /> 2dp - - 50dp - 74dp - 0dp - - 50dp - 44dp - 18dp - - 56dp - 32dp - 6dp + 16dp diff --git a/res/values/dimens.xml b/res/values/dimens.xml index e10719b5a..f53fe7985 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -22,8 +22,6 @@ 8dp 24dp 1dp - 0dp - 0dp 8dp 80dp 120dp @@ -42,13 +40,7 @@ 8dp 2dp 80dp - - 0dp - 0dp - 0dp - 0dp - 0dp - 0dp + 0dp 10dp @@ -93,7 +85,6 @@ 144dp 700dp 475dp - 18dp 50dp 2dp 36dp -- cgit v1.2.3