abouttreesummaryrefslogcommitdiff
path: root/res/values/attrs.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-08-16Remove unused class LayoutListPreferenceJules Aguillon1-3/+0
This class is not used since the introduction of [LayoutsPreference].
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-0/+3
A new option allow to choose a secondary layout, the switching key is placed on the top edge of the space bar. The "Programming layout" option was basically doing that but it was possible to choose from a few layouts only. It is improved and renamed. The 'LayoutListPreference' allows setting the string for the first entry but otherwise share the rest of the array. Add nice icons from materialdesignicons.
2022-09-19Add the Extra Keys optionJules Aguillon1-0/+6
Allows to add more keys to the keyboard from a predefined list. The implementation doesn't use MultiSelectListPreference because it doesn't seem possible to change the item layout to properly show the rendered symbols.