docs: Fix typo fale -> false

bug: https://code.google.com/p/android/issues/detail?id=28343&q=typo&sort=opened&colspec=ID%20Status%20Owner%20Summary%20Reporter%20Opened%20Modified%20Closed
Change-Id: I4bfca31f981e1a02883086fb4480a91776c629e7
This commit is contained in:
Dan Dascalescu
2016-02-18 13:19:32 -08:00
parent d277d908b8
commit bae59f72f1

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" />