ExtraKeysPreference: Allow title to span several lines
Some checks are pending
Check layouts / check_layout.output (push) Waiting to run
Check layouts / Generated files (push) Waiting to run
Check translations / check-translations (push) Waiting to run
Make Apk CI / Build-Apk (push) Waiting to run

Some titles in the extra keys list are truncated and some information
are invisible.
This commit is contained in:
Jules Aguillon 2025-02-22 11:54:12 +01:00
parent 56903084f2
commit 581b31bf99

View File

@ -397,6 +397,7 @@ public class ExtraKeysPreference extends PreferenceCategory
setKey(pref_key_of_key_name(key_name));
setDefaultValue(default_checked);
setTitle(title);
setSingleLineTitle(false);
}
@Override