summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Grouchnikov <kirillg@google.com>2015-10-27 17:29:45 -0400
committerKirill Grouchnikov <kirillg@google.com>2015-10-27 17:29:45 -0400
commit84d4654927d9e3e9e4d1ab71eb06b2fdddec2428 (patch)
treea64442abc24d16e1ba0b03b28cc857dea6bbdad8
parent193f0c9d8feec4914aace962cc5c2e11dd5b6609 (diff)
downloadandroid_development-84d4654927d9e3e9e4d1ab71eb06b2fdddec2428.tar.gz
android_development-84d4654927d9e3e9e4d1ab71eb06b2fdddec2428.tar.bz2
android_development-84d4654927d9e3e9e4d1ab71eb06b2fdddec2428.zip
Add a comment on drawer layout file.
Bug: 9075592 Change-Id: I839d54ccf4a4eb82e30798408927759da247cde9
-rw-r--r--samples/Support4Demos/res/layout/drawer_layout.xml3
1 files changed, 2 insertions, 1 deletions
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">
<!-- As the main content view, the view below consumes the entire
- space available using match_parent in both dimensions. -->
+ space available using match_parent in both dimensions. Note that
+ this child does not specify android:layout_gravity attribute. -->
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"