From f1fbc3fbe78997f141e2770221fe5ab1b1e68014 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 10 Oct 2017 15:21:15 -0700 Subject: Converting widget panel into a floating view > The widget panel is only inflated when needed > Using the swipe up/down interaction for widgets tray > Removing additional view wrappers from all-apps > Widget tray is preserved across activity recreation > Launcher no longer has WIDGET state, the actual code around the states will be removed in a follow-up cl Bug: 67678570 Bug: 67585158 Change-Id: Ia29a7c33ec81e6c53cc24e2906b7022b6f41755b --- res/layout/widgets_full_sheet.xml | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 res/layout/widgets_full_sheet.xml (limited to 'res/layout/widgets_full_sheet.xml') diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml new file mode 100644 index 000000000..153529968 --- /dev/null +++ b/res/layout/widgets_full_sheet.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3