summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAnders Fredlund <anders.fredlund@sonymobile.com>2014-01-15 09:06:58 +0100
committerTakahiro Manabe <takahiro.manabe@sony.com>2018-07-05 12:27:26 +0900
commit19d645096e5b1492eefb585b58ce1f5d20fa336e (patch)
treeeb4bec40c66ab52c90088c4b16ab30f4e78d26dd /AndroidManifest.xml
parent84f22d070f5181da041f9694328e7d6404f1a666 (diff)
downloadHTMLViewer-19d645096e5b1492eefb585b58ce1f5d20fa336e.tar.gz
HTMLViewer: BiDi UI adaptation
Set supportsRtl to true. Bug: 111159424 Test: Manual. Open a page and check the title. Change-Id: I926e865fac96ff2eeb52cdcf940f34565d22ad1e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bc618d5..73cbb60 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,7 +26,8 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <application android:label="@string/app_label">
+ <application android:label="@string/app_label"
+ android:supportsRtl="true">
<activity android:name="HTMLViewerActivity"
android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault">