mirror of
https://github.com/danog/termux-api.git
synced 2024-11-27 04:14:47 +01:00
Add android:supportsRtl="true"
This commit is contained in:
parent
9f90f6fc10
commit
8305dc73a8
@ -33,6 +33,7 @@
|
|||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
android:supportsRtl="true"
|
||||||
android:theme="@android:style/Theme.Material.Light" >
|
android:theme="@android:style/Theme.Material.Light" >
|
||||||
<receiver android:name="com.termux.api.TermuxApiReceiver"/>
|
<receiver android:name="com.termux.api.TermuxApiReceiver"/>
|
||||||
<activity android:name="com.termux.api.PhotoActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="false"/>
|
<activity android:name="com.termux.api.PhotoActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="false"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user