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:
committed by
Facebook Github Bot
parent
3346f9511a
commit
4372aa16d3
@@ -27,6 +27,7 @@
|
|||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:theme="@style/NoTitleBarWhiteBG"
|
android:theme="@style/NoTitleBarWhiteBG"
|
||||||
|
android:supportsRtl="true"
|
||||||
>
|
>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
Reference in New Issue
Block a user