Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 531375f9 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 34434bad: Doc change: Edits for RTL in highlights.

* commit '34434bad':
  Doc change: Edits for RTL in highlights.
parents 9a93e079 34434bad
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -331,14 +331,14 @@ equivalents. The system then handles the mirroring and display of your UI as
appropriate.</p>

<p>For precise control over your app UI, Android 4.2 includes new APIs that let
you manage layout direction, text direction, text alignment, gravity, and locale
direction in View components. You can even create custom versions of layout,
drawables, and other resources for display when a right-to-left script is in
use.</p>
you manage layout direction, text direction, text alignment, gravity, and 
locale direction in View components. You can even create custom versions of
layout, drawables, and other resources for display when a right-to-left script
is in use.</p>

<p>To help you debug and optimize your custom right-to-left layouts, the
HierarchyViewer tool now lets you see start/end properties, layout direction,
text direction, and text alignment for all the Views in the hierarchy,</p>
text direction, and text alignment for all the Views in the hierarchy.</p>


<h2 id="42-intl">Enhancements for international languages</h2>