2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/3574 Allow all screen readers to read onboarding items one-by one (https://github.com/mozilla-mobile/fenix/pull/7292)

This commit is contained in:
Mihai Adrian 2019-12-19 16:53:53 +02:00 committed by Sawyer Blatz
parent 8b2eb8fd5f
commit 76e063ad48

View File

@ -11,4 +11,5 @@
android:clipToPadding="false"
android:padding="16dp"
android:scrollbars="none"
android:transitionGroup="false" />
android:transitionGroup="false"
android:importantForAccessibility="no"/>