Skip to content

Commit a4d09d2

Browse files
committed
Add RTL support
1 parent dc526bc commit a4d09d2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest>
3-
4-
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
53

64
<application
75
android:allowBackup="true"
8-
android:icon="@drawable/ic_launcher"
9-
android:label="@string/app_name"
10-
android:theme="@style/AppTheme" >
11-
</application> -->
6+
android:supportsRtl="true" />
127

138
</manifest>

0 commit comments

Comments
 (0)