Android: Support RTL language translations

If someone wants to do a translation for an Arabic language, Hebrew, etc, it will now display correctly.
This commit is contained in:
Lioncash
2014-11-14 13:39:15 -05:00
parent 4d6bc39e2f
commit cc62cb8818
5 changed files with 15 additions and 14 deletions

View File

@ -19,7 +19,8 @@
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:allowBackup="true">
android:allowBackup="true"
android:supportsRtl="true">
<activity
android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity"
android:label="@string/app_name"