am 2705c8ba: Doc change: edits to RTL support descriptions.

* commit '2705c8ba678e61030a36556125a57d272631d181':
  Doc change: edits to RTL support descriptions.
This commit is contained in:
Dirk Dougherty
2013-11-11 02:14:06 +00:00
committed by Android Git Automerger
2 changed files with 6 additions and 5 deletions

View File

@@ -438,9 +438,9 @@ SetupWizard, Clock, Downloads, and more.</p>
<p>Android 4.3 also includes new utilities and APIs for creating better RTL
strings and testing your localized UIs. A new <strong>BidiFormatter</strong>
provides a set of simple APIs for wrapping Unicode strings so that you can
fine-tune your text rendering in RTL scripts. To let you use this utility more
broadly in your apps, the BidiFormatter APIs are also now available for earlier
class provides a simple API for wrapping Unicode strings, so that RTL-script
data is displayed as intended in LTR-locale messages and vice-versa. To let you use this utility more
broadly in your apps, the BidiFormatter API is also now available for earlier
platform versions through the Support Package in the Android SDK. </p>
<p>To assist you with managing date formatting across locales, Android 4.3

View File

@@ -1006,8 +1006,9 @@ window.onhashchange = function () {
<h4 id="44-pseudolocale-rtl">Force RTL Layout</h4>
<p>
To make it easier to test and debug your layouts, Android includes a new
developer option to force RTL layout direction in all apps.
To make it easier to test and debug layout mirroring issues without switching
to an RTL language, Android includes a new developer option to force RTL layout
direction in all apps.
</p>
<p>