From 4372aa16d3642e6a74dec9ba107ca1ffbaf07a9d Mon Sep 17 00:00:00 2001 From: Robert Spencer Date: Tue, 28 Feb 2017 12:12:53 -0800 Subject: [PATCH] Enable RTL on sample app Summary: The manifest didn't acknowledge that the sample app supports RTL. Thus `TextView`s didn't render properly. Reviewed By: emilsjolander Differential Revision: D4628867 fbshipit-source-id: 72e57f48f7d68a8d2d6dd091b44b9452a3fe281a --- android/sample/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/sample/AndroidManifest.xml b/android/sample/AndroidManifest.xml index 33761d78..e5da6654 100644 --- a/android/sample/AndroidManifest.xml +++ b/android/sample/AndroidManifest.xml @@ -27,6 +27,7 @@ android:icon="@drawable/ic_launcher" android:allowBackup="false" android:theme="@style/NoTitleBarWhiteBG" + android:supportsRtl="true" >