mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-22 18:53:23 +02:00
ExtraKeysPreference: Allow title to span several lines
Some titles in the extra keys list are truncated and some information are invisible.
This commit is contained in:
parent
56903084f2
commit
581b31bf99
@ -397,6 +397,7 @@ public class ExtraKeysPreference extends PreferenceCategory
|
|||||||
setKey(pref_key_of_key_name(key_name));
|
setKey(pref_key_of_key_name(key_name));
|
||||||
setDefaultValue(default_checked);
|
setDefaultValue(default_checked);
|
||||||
setTitle(title);
|
setTitle(title);
|
||||||
|
setSingleLineTitle(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user