Merge "docs: Fix typo fale -> false" into mnc-docs

am: 2e38965979

* commit '2e38965979e2e238a71f948016ba254af971c27a':
  docs: Fix typo fale -> false
This commit is contained in:
Dan Dascalescu
2016-02-23 18:24:51 +00:00
committed by android-build-merger

View File

@@ -3354,7 +3354,7 @@ i
property is set to true by default but should be set to false if your adapter
will display items of varying heights. When this property is set to true and
your adapter displays items of varying heights, the scrollbar thumb will
change size as the user scrolls through the list. When set to fale, the list
change size as the user scrolls through the list. When set to false, the list
will use only the number of items in the adapter and the number of items visible
on screen to determine the scrollbar's properties. -->
<attr name="smoothScrollbar" format="boolean" />