mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 00:10:20 +00:00
Added settings categories icons
This commit is contained in:
parent
015390c13d
commit
38789cc87f
39 changed files with 69 additions and 5 deletions
|
@ -47,6 +47,7 @@ public final class SettingsFragment extends InputMethodSettingsFragment {
|
|||
setHasOptionsMenu(true);
|
||||
setInputMethodSettingsCategoryTitle(R.string.language_selection_title);
|
||||
setSubtypeEnablerTitle(R.string.select_language);
|
||||
setSubtypeEnablerIcon(R.drawable.ic_settings_languages);
|
||||
addPreferencesFromResource(R.xml.prefs);
|
||||
final PreferenceScreen preferenceScreen = getPreferenceScreen();
|
||||
preferenceScreen.setTitle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue