From 4b92a8c02e0ff69f5d1e2346941422014f083c0c Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 29 Jun 2018 15:08:11 -0700 Subject: [PATCH] docs: Typo fixes Misc. typo fixes, just to XML comments (for Javadocs). Staged to: http://go/dac-stage/reference/android/view/ViewGroup.html#attr_android:persistentDrawingCache Test: make ds-docs Bug: 37140564 Bug: 38269885 Change-Id: I1f61353166d1c4d63501dd930e6d76abe47a8b47 --- core/res/res/values/attrs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index d2684ce28ff2..44eea30cf09f 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -1477,7 +1477,7 @@ used for, typically, account ID or password input. It is expected that IMEs normally are able to input ASCII even without being told so (such IMEs already respect this flag in a sense), but there could be some cases they - aren't when, for instance, only non-ASCII input languagaes like Arabic, + aren't when, for instance, only non-ASCII input languages like Arabic, Greek, Hebrew, Russian are enabled in the IME. Applications need to be aware that the flag is not a guarantee, and not all IMEs will respect it. However, it is strongly recommended for IME authors to respect this flag @@ -3161,7 +3161,7 @@ enabled by a ViewGroup for all its children in specific situations (for instance during a scrolling.) This property lets you persist the cache in memory after its initial usage. Persisting the cache consumes more - memory but may prevent frequent garbage collection is the cache is created + memory but may prevent frequent garbage collection if the cache is created over and over again. By default the persistence is set to scrolling. Deprecated: The view drawing cache was largely made obsolete with the introduction of hardware-accelerated rendering in API 11. --> -- 2.11.0