From 369dd0c3e62f7ee8204f13b2d2eb390a7f07b46f Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Mon, 24 Sep 2012 17:30:22 -0700 Subject: 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest - add basic RTL support in the AndroidManifest so that Widgets will be able to support RTL too - force LTR layout direction to AppsCustomizeTabHost so that we dont have to deal with layout mirroring yet (do not need to force also LTR layout direction to Wallpaper activity and fragment as another CL is removing the ActionBar on them) Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b --- AndroidManifest.xml | 3 ++- res/layout/apps_customize_pane.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d0ca53ed..971efe60 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -66,7 +66,8 @@ android:label="@string/application_name" android:icon="@drawable/ic_launcher_home" android:hardwareAccelerated="true" - android:largeHeap="@bool/config_largeHeap"> + android:largeHeap="@bool/config_largeHeap" + android:supportsRtl="true"> + android:visibility="gone" + android:layoutDirection="ltr">