From bae59f72f1fbd927fa8ed21275bffe5602b49e80 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 18 Feb 2016 13:19:32 -0800 Subject: [PATCH] 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 --- core/res/res/values/attrs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 67abe8d2e1dc1..7b29f3d238357 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -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. -->