diff --git a/docs/view.html b/docs/view.html index 9b410d24e77..934fe17475b 100644 --- a/docs/view.html +++ b/docs/view.html @@ -42,7 +42,10 @@ native one. Works for Android only.

http://developer.android.com/reference/android/view/View.html#attr_android:accessibilityLiveRegion for references.

iosaccessibilityTraits AccessibilityTraits, [AccessibilityTraits] #

Provides additional traits to screen reader. By default no traits are -provided unless specified otherwise in element

androidcollapsable bool #

androidimportantForAccessibility enum('auto', 'yes', 'no', 'no-hide-descendants') #

Controls how view is important for accessibility which is if it +provided unless specified otherwise in element

androidcollapsable bool #

Views that are only used to layout their children or otherwise don't draw +anything may be automatically removed from the native hierarchy as an +optimization. Set this property to false to disable this optimization and +ensure that this View exists in the native view hierarchy.

androidimportantForAccessibility enum('auto', 'yes', 'no', 'no-hide-descendants') #

Controls how view is important for accessibility which is if it fires accessibility events and if it is reported to accessibility services that query the screen. Works for Android only. See http://developer.android.com/reference/android/R.attr.html#importantForAccessibility