From 34434badf6ca2fd04c088e2971d33ded39158d22 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 13 Nov 2012 14:36:56 -0800 Subject: [PATCH] Doc change: Edits for RTL in highlights. Change-Id: I4a01bbcaa1470dce571295a9e5e035a395c28c1a --- docs/html/about/versions/jelly-bean.jd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd index 6cd6f9dd7b67b..acb2538beac58 100644 --- a/docs/html/about/versions/jelly-bean.jd +++ b/docs/html/about/versions/jelly-bean.jd @@ -331,14 +331,14 @@ equivalents. The system then handles the mirroring and display of your UI as appropriate.

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.

+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.

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,

+text direction, and text alignment for all the Views in the hierarchy.

Enhancements for international languages