Merge "Input settings: Show keyboard layout collection." into nyc-dev am: f103d10

am: 186d97b

* commit '186d97bbab34d51a88321da2556eda551ea0ddd3':
  Input settings: Show keyboard layout collection.

Change-Id: Ia7e6d50590ac19f9f8e9de333bc36c73d6790c09
This commit is contained in:
Abodunrinwa Toki
2016-04-08 15:55:32 +00:00
committed by android-build-merger

View File

@@ -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);
}