abouttreesummaryrefslogcommitdiff
path: root/res/values-land/dimens.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Fix various linter warningsJules Aguillon1-4/+0
Among others: - Use `apply` instead of `commit` when saving shared preferences. - Avoid inlined Api - Remove unused resources
2023-06-03Refactor: Remove dimens used as option defaultsJules Aguillon1-2/+0
The conversion into px was done twice, leading to wrong values.
2023-01-15Separate option for bottom margin in landscape modeJules Aguillon1-0/+1
A large margin in portrait mode is desirable but generally not in landscape mode.
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon1-1/+1
A separate option is needed, the +25dp offset wasn't enough.
2022-06-06Fix inconsistent text size in landscape modeJules Aguillon1-6/+0
Dimens weren't refreshed when the orientation changed. Dimens are not the right solution anyway, use scaling factors instead.
2022-06-06Increase horizontal spacing in landscape modeJules Aguillon1-1/+1
Space between the keys and margin on the left and right edges of the screen.
2022-02-27Compute text size relative to key heightJules Aguillon1-2/+3
Instead of a fixed size that don't work at all for bigger screens. Other tweaks: - Use the value-land dimens to vary 'extra_horizontal_margin' - Move label size to Config, because it can change at runtime (rotation) - Slightly decrease the size of "long" symbols
2021-12-19Auto-format Java and XML filesJules Aguillon1-7/+7
Use xmllint. Re-indent Java files using spaces.
2015-10-24Emoji panejaguillo1-0/+1
2015-08-08Todo settingsjuloo1-1/+2
2015-08-02Fix keys drawingjuloo1-2/+2
2015-08-01Replace key_margin with key_bg_padding + Add {vertical,horizontal}_marginjuloo1-1/+2
2015-07-31Add dimens.xml for landscape modejuloo1-0/+7