diff options
| author | Jules Aguillon | 2026-04-10 19:03:37 +0200 |
|---|---|---|
| committer | GitHub | 2026-04-10 19:03:37 +0200 |
| commit | 7bd9306a9f787d3222691f46d03e38f86ec87c9c (patch) | |
| tree | 08b8913f44a3cbd1cd0be23107300bf4a64c754f /res/layout/dictionary_status_not_enabled.xml | |
| parent | f29ae92ba7b5567429c9132afaa4353282c85abe (diff) | |
| download | unexpected-keyboard-7bd9306a9f787d3222691f46d03e38f86ec87c9c.tar.gz unexpected-keyboard-7bd9306a9f787d3222691f46d03e38f86ec87c9c.zip | |
Dictionary activity: Status message when the keyboard is not enabled (#1228)
This shows a reason why the list is empty and removes confusion.
Diffstat (limited to 'res/layout/dictionary_status_not_enabled.xml')
| -rw-r--r-- | res/layout/dictionary_status_not_enabled.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/dictionary_status_not_enabled.xml b/res/layout/dictionary_status_not_enabled.xml new file mode 100644 index 0000000..7c9984d --- /dev/null +++ b/res/layout/dictionary_status_not_enabled.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/paragraph" android:paddingHorizontal="24dp" android:gravity="center" android:text="@string/dictionaries_activity_not_enabled"/> |
