From 105fbcf3289491aa4f590057e304fee33f1c88ca Mon Sep 17 00:00:00 2001 From: nicolasroard Date: Mon, 23 Sep 2013 16:12:10 -0700 Subject: Fix issues with RTL support bug:8148068 Change-Id: I869e1a90686c46f8076a66f94040ad03c7c6ca10 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e7da0be88..2c280106f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -42,7 +42,8 @@ android:logo="@mipmap/ic_launcher_gallery" android:hardwareAccelerated="true" android:largeHeap="true" - android:restoreAnyVersion="true"> + android:restoreAnyVersion="true" + android:supportsRtl="true">