diff options
| author | 2016-08-25 21:34:02 +0000 | |
|---|---|---|
| committer | 2016-08-25 21:34:04 +0000 | |
| commit | 30cba33a600514cddcc2ed95c71c78dcfb7f8b34 (patch) | |
| tree | 31294bcb35c6a67bafa5f5d450b2bb506e03ac46 | |
| parent | d428a012baffabb811896ace6ffda19705d07837 (diff) | |
| parent | 5dabf06ae529b7cdce41693b51b9877cf249740d (diff) | |
Merge "docs: rewrite one attribute description in R.attr" into nyc-dev
| -rw-r--r-- | core/res/res/values/attrs.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index b61d6cf465aa..759b5a4eaf8e 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -2619,10 +2619,11 @@ i <enum name="viewEnd" value="6" /> </attr> - <!-- Controls how this View is important for accessibility which is if it fires - accessibility events and if it is reported to accessibility services that - query the screen. Note: While not recommended, an accessibility service may - decide to ignore this attribute and operate on all views in the view tree. --> + <!-- Describes whether or not this view is important for accessibility. + If it is important, the view fires accessibility events and is + reported to accessibility services that query the screen. Note: + While not recommended, an accessibility service may decide to + ignore this attribute and operate on all views in the view tree. --> <attr name="importantForAccessibility" format="integer"> <!-- The system determines whether the view is important for accessibility - default (recommended). --> |