From 903605cba59773341f511ab3d14b9f9de939c210 Mon Sep 17 00:00:00 2001 From: Kirill Grouchnikov Date: Fri, 4 Dec 2015 15:26:49 -0500 Subject: [PATCH] Align DrawerLayout width with Material design spec. Bug: 26027590 Change-Id: If5e80c99f3be5ebd89c0b5d2e915db4c0da14adc --- .../res/layout/drawer_layout.xml | 12 ++++-- .../widget/DrawerLayoutActivity.java | 40 +++++++++++++++++++ 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/samples/Support7Demos/res/layout/drawer_layout.xml b/samples/Support7Demos/res/layout/drawer_layout.xml index 1a72b06f5..f8d22d15a 100644 --- a/samples/Support7Demos/res/layout/drawer_layout.xml +++ b/samples/Support7Demos/res/layout/drawer_layout.xml @@ -17,6 +17,8 @@ + system status bar on Lollipop+ versions of the plaform. The actual + width of drawer will be determined at runtime based on the screen + size according to the Material spec. -->