From 84d4654927d9e3e9e4d1ab71eb06b2fdddec2428 Mon Sep 17 00:00:00 2001 From: Kirill Grouchnikov Date: Tue, 27 Oct 2015 17:29:45 -0400 Subject: Add a comment on drawer layout file. Bug: 9075592 Change-Id: I839d54ccf4a4eb82e30798408927759da247cde9 --- samples/Support4Demos/res/layout/drawer_layout.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/Support4Demos/res/layout/drawer_layout.xml b/samples/Support4Demos/res/layout/drawer_layout.xml index 375c8027a..496bd88d5 100644 --- a/samples/Support4Demos/res/layout/drawer_layout.xml +++ b/samples/Support4Demos/res/layout/drawer_layout.xml @@ -24,7 +24,8 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + space available using match_parent in both dimensions. Note that + this child does not specify android:layout_gravity attribute. -->