1
0
Fork 0

added right-to-left UI support

* added right-to-left support in the Settings and the Add Word dialog

* standartized the Add Word dialog layout
This commit is contained in:
sspanak 2023-02-28 18:30:03 +02:00 committed by Dimo Karaivanov
parent c6bb88fbb8
commit e82ae8eaed
2 changed files with 25 additions and 21 deletions

View file

@ -12,7 +12,8 @@
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.AppCompat.DayNight">
android:theme="@style/Theme.AppCompat.DayNight"
android:supportsRtl="true">
<service android:name="io.github.sspanak.tt9.ime.TraditionalT9" android:permission="android.permission.BIND_INPUT_METHOD"
android:exported="true">
@ -33,6 +34,6 @@
android:excludeFromRecents="true"
android:label="@string/add_word_title"
android:name="io.github.sspanak.tt9.ui.AddWordAct"
android:theme="@style/Theme.AppCompat.DayNight.Dialog"/>
android:theme="@style/Theme.AppCompat.DayNight.Dialog.MinWidth"/>
</application>
</manifest>