Added RTL updates for Sunshine.

This commit is contained in:
Dan Galpin
2015-05-24 17:13:33 -07:00
parent a7e613a59e
commit e666cf879b
5 changed files with 15 additions and 5 deletions

View File

@@ -36,7 +36,8 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme"
android:supportsRtl="true">
<activity
android:name=".MainActivity"
android:theme="@style/ForecastTheme"