From 905e3b01d5cde923cbac1554150e31f1cfaf05e2 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 18 Feb 2016 13:25:30 -0800 Subject: [PATCH] docs: Fix typo "will handled" bug: https://code.google.com/p/android/issues/detail?id=37519 Change-Id: Ibd46ff1fb7256551d579aa8d1c6a92bf20b50137 --- core/java/android/view/View.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 43c578fe7faff..d67a0b45eb4ce 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -159,7 +159,7 @@ import java.util.concurrent.atomic.AtomicInteger; * that set them will vary among the different subclasses of views. Note that * properties that are known at build time can be set in the XML layout * files. - *
  • Set focus: The framework will handled moving focus in + *
  • Set focus: The framework will handle moving focus in * response to user input. To force focus to a specific view, call * {@link #requestFocus}.
  • *
  • Set up listeners: Views allow clients to set listeners