summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"