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
This commit is contained in:
Robert Spencer
2017-02-28 12:12:53 -08:00
committed by Facebook Github Bot
parent 3346f9511a
commit 4372aa16d3

View File

@@ -27,6 +27,7 @@
android:icon="@drawable/ic_launcher"
android:allowBackup="false"
android:theme="@style/NoTitleBarWhiteBG"
android:supportsRtl="true"
>
<activity