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:
parent
c6bb88fbb8
commit
e82ae8eaed
2 changed files with 25 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue