abouttreesummaryrefslogcommitdiff
path: root/res/layout/dialog_edit_text.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Fix various linter warningsJules Aguillon1-1/+1
Among others: - Use `apply` instead of `commit` when saving shared preferences. - Avoid inlined Api - Remove unused resources
2023-08-16CustomExtraKeysPreference: Reusable edit text layoutJules Aguillon1-0/+4
This layout is generically used by CustomExtraKeysPreference and LayoutsPreference.