Skip to content

Commit 014ac37

Browse files
joefernandezAndroid Git Automerger
authored andcommitted
am 1bf704b: docs: small fixes for Accessibility dev guide (Eyes-Free Keyboard)
* commit '1bf704bd1878fa372cfa50e7166d6ddcb1ba1369': docs: small fixes for Accessibility dev guide (Eyes-Free Keyboard)
2 parents f030c94 + 1bf704b commit 014ac37

File tree

1 file changed

+9
-5
lines changed
  • docs/html/guide/topics/ui/accessibility

1 file changed

+9
-5
lines changed

docs/html/guide/topics/ui/accessibility/apps.jd

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,18 @@ English language interface:</p>
111111
<p>By including the description, speech-based accessibility services can announce "Add note" when a
112112
user moves focus to this button or hovers over it.</p>
113113

114-
<p class="note">Note: For {@link android.widget.EditText} fields, provide an
114+
<p class="note"><strong>Note:</strong> For {@link android.widget.EditText} fields, provide an
115115
<a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">android:hint</a>
116116
attribute to help users understand what content is expected.</p>
117117

118118
<h2 id="focus-nav">Enabling Focus Navigation</h2>
119119

120120
<p>Focus navigation allows users with disabilities to step through user interface controls using a
121121
directional controller. Directional controllers can be physical, such as a clickable trackball,
122-
directional pad (D-Pad) or arrow keys, tab key navigation with an attached keyboard or a software
123-
application that provides an on-screen directional control.</p>
122+
directional pad (D-pad) or arrow keys, tab key navigation with an attached keyboard or a software
123+
application, such as the
124+
<a href="https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.inputmethod.latin">
125+
Eyes-Free Keyboard</a>, that provides an on-screen directional control.</p>
124126

125127
<p>A directional controller is a primary means of navigation for many users.
126128
Verify that all user interface (UI) controls in your application are accessible
@@ -566,5 +568,7 @@ option is not available.</p>
566568
<p>As part of your accessibility testing, you can test navigation of your application using focus,
567569
even if your test devices does not have a directional controller. The <a
568570
href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a> provides a
569-
simulated directional controller that you can easily use to test navigation. You can also use the
570-
arrow keys and Enter key on your keyboard with the Emulator to simulate use of a D-pad.</p>
571+
simulated directional controller that you can easily use to test navigation. You can also use a
572+
software-based directional controller, such as the one provided by the
573+
<a href="https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.inputmethod.latin">
574+
Eyes-Free Keyboard</a> to simulate use of a D-pad.</p>

0 commit comments

Comments
 (0)