summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/testing
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-11-12 15:47:39 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-12 15:47:39 -0800
commitdf841042c9810bd39af9be694a149b5d07315ee5 (patch)
treeb85930299b3316569a4bb78071e6153a0d1ba8e8 /docs/html/tools/testing
parent29f8bbaac23deb8e00b7a7a28a29b62e193b8ed8 (diff)
parentaf9ebafc46b902fe87187dd607b731f9ee22ae8f (diff)
downloadframeworks_base-df841042c9810bd39af9be694a149b5d07315ee5.zip
frameworks_base-df841042c9810bd39af9be694a149b5d07315ee5.tar.gz
frameworks_base-df841042c9810bd39af9be694a149b5d07315ee5.tar.bz2
am af9ebafc: am 7b2483f8: docs: Fixed formatting in this file.
* commit 'af9ebafc46b902fe87187dd607b731f9ee22ae8f': docs: Fixed formatting in this file.
Diffstat (limited to 'docs/html/tools/testing')
-rw-r--r--docs/html/tools/testing/testing_ui.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/testing/testing_ui.jd b/docs/html/tools/testing/testing_ui.jd
index 8349d5c..0aa7b78 100644
--- a/docs/html/tools/testing/testing_ui.jd
+++ b/docs/html/tools/testing/testing_ui.jd
@@ -134,8 +134,8 @@ If you are connected to only a single device, you do not need to set the ANDROID
<p>This step is required because the {@code uiautomator} tool depends on the accessibility features of the Android framework to execute your functional UI tests. You should include these minimum optimizations to support the {@code uiautomator} tool:
<ul>
<LI>Use the <a href="{@docRoot}reference/android/view/View.html#attr_android:contentDescription">{@code android:contentDescription}</a> attribute to label the {@link android.widget.ImageButton}, {@link android.widget.ImageView}, {@link android.widget.CheckBox} and other user interface controls.</LI>
-<li>Provide an {@code <a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">android:hint</a>} attribute <em>instead</em> of a content description for {@link android.widget.EditText} fields</li>
-<li>Associate an <a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">android:hint</a> attribute with any graphical icons used by controls that provide feedback to the user (for example, status or state information).</li>
+<li>Provide an <a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">{@code android:hint}</a> attribute <em>instead</em> of a content description for {@link android.widget.EditText} fields</li>
+<li>Associate an <a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">{@code android:hint}</a> attribute with any graphical icons used by controls that provide feedback to the user (for example, status or state information).</li>
<li>Make sure that all the user interface elements are accessible with a directional controller, such as a trackball or D-pad.</li>
<li>Use the {@code uiautomatorviewer} tool to ensure that the UI component is accessible to the testing framework. You can also test the application by turning on accessibility services like TalkBack and Explore by Touch, and try using your application using only directional controls. </li>
</ul>