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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user