Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b99a579 authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

docs: rewrite one attribute description in R.attr am: 5dabf06a

am: 833d07e5

Change-Id: Id83147a7221df5f52778357b74d67f1f4f07ee77
parents 22a15f62 833d07e5
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -2635,10 +2635,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). -->