From 6639a5dfe0565f413c78e46c125f55333e8a9111 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 28 Feb 2018 15:09:36 -0800 Subject: Updating the scrim and landscpae ui > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb --- res/layout/launcher.xml | 5 ----- res/layout/widgets_bottom_sheet_scrim.xml | 23 ----------------------- res/layout/widgets_full_sheet.xml | 5 ----- res/values/config.xml | 3 +++ 4 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 res/layout/widgets_bottom_sheet_scrim.xml (limited to 'res') diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml index 314359b8b..d07ff8107 100644 --- a/res/layout/launcher.xml +++ b/res/layout/launcher.xml @@ -44,11 +44,6 @@ layout="@layout/overview_panel" android:visibility="gone" /> - - - - - \ No newline at end of file diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml index 20eca9f25..ca397bd43 100644 --- a/res/layout/widgets_full_sheet.xml +++ b/res/layout/widgets_full_sheet.xml @@ -20,11 +20,6 @@ android:orientation="vertical" android:theme="?attr/widgetsTheme" > - - + + + 150 80 -- cgit v1.2.3