Merge "Add a comment on drawer layout file." into mnc-ub-dev

am: 5493040235

* commit '5493040235ba2fe70b129f51a69dc2ed8e52a393':
  Add a comment on drawer layout file.
This commit is contained in:
Kirill Grouchnikov
2015-10-28 12:55:01 +00:00
committed by android-build-merger

View File

@@ -24,7 +24,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<!-- As the main content view, the view below consumes the entire <!-- 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 <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"