Doc change: edits to RTL support descriptions.

Change-Id: I90317c55f4bc34b087b1c374c7b72363b9afadef
This commit is contained in:
Dirk Dougherty
2013-11-10 18:07:24 -08:00
parent d296e25a32
commit 2705c8ba67
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>