Disable RTL fully

* Disabled as it made the whole UI look a bit weird + extrakeys left and right button got swapped as of it
This commit is contained in:
Martin Valba 2022-12-28 19:45:43 +02:00
parent e5fd18a69d
commit 54002c6310

View File

@ -40,7 +40,8 @@
android:usesCleartextTraffic="true"
android:resizeableActivity="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:supportsRtl="false"
tools:replace="android:supportsRtl"
android:theme="@style/AppTheme">
<activity
android:name=".ui.term.NeoTermActivity"