1
0
Fork 0

(not so) big code cleanup (#243)

* removed some unused resources and code

* removed a nonsense package.json section from .editorconfig

* minimized the usage of mEditing

* removed obsolete toggling of the system candidate view
This commit is contained in:
Dimo Karaivanov 2023-04-28 09:39:23 +03:00 committed by GitHub
parent 1fa1e7c6e6
commit 4d67c02340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 40 additions and 61 deletions

View file

@ -30,7 +30,6 @@
android:gravity="end">
<Button
android:id="@+id/add_word_cancel"
style="@style/Widget.AppCompat.Button.Borderless.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -39,7 +38,6 @@
android:text="@android:string/cancel" />
<Button
android:id="@+id/add_word_add"
style="@style/Widget.AppCompat.Button.Borderless.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"