Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6053d15 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Input settings: Show keyboard layout collection.

E.g. Android keyboard or Nexus Compat keyboard.

Bug: 27250977
Change-Id: Icd256a760b157418f52046f10ca272561b692838
parent 4bbf0653
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ public final class KeyboardLayoutPickerFragment2 extends SettingsPreferenceFragm
        for (KeyboardLayout layout : mKeyboardLayouts) {
            Preference pref = new Preference(getPrefContext());
            pref.setTitle(layout.getLabel());
            pref.setSummary(layout.getCollection());
            root.addPreference(pref);
            mPreferenceMap.put(pref, layout);
        }