summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Grouchnikov <kirillg@google.com>2015-10-28 12:51:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-28 12:51:18 +0000
commit5493040235ba2fe70b129f51a69dc2ed8e52a393 (patch)
tree08d25108ca71b40d6c8550eaca20412b16a2d951
parent01b04c446982a468c7d18e0883bb124c93ebcba1 (diff)
parent84d4654927d9e3e9e4d1ab71eb06b2fdddec2428 (diff)
downloadandroid_development-5493040235ba2fe70b129f51a69dc2ed8e52a393.tar.gz
android_development-5493040235ba2fe70b129f51a69dc2ed8e52a393.tar.bz2
android_development-5493040235ba2fe70b129f51a69dc2ed8e52a393.zip
Merge "Add a comment on drawer layout file." into mnc-ub-dev
-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"