docs: rewrite one attribute description in R.attr am: 5dabf06ae5 am: 6df44a80a3

am: 77d7db4de1

Change-Id: I24f5d7c743cc7508a7ac46b6b15262b75178065a
This commit is contained in:
Mark Lu
2016-08-25 22:34:27 +00:00
committed by android-build-merger

View File

@@ -2635,10 +2635,11 @@ i
<enum name="viewEnd" value="6" /> <enum name="viewEnd" value="6" />
</attr> </attr>
<!-- Controls how this View is important for accessibility which is if it fires <!-- Describes whether or not this view is important for accessibility.
accessibility events and if it is reported to accessibility services that If it is important, the view fires accessibility events and is
query the screen. Note: While not recommended, an accessibility service may reported to accessibility services that query the screen. Note:
decide to ignore this attribute and operate on all views in the view tree. --> 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"> <attr name="importantForAccessibility" format="integer">
<!-- The system determines whether the view is important for accessibility - default <!-- The system determines whether the view is important for accessibility - default
(recommended). --> (recommended). -->