abouttreesummaryrefslogcommitdiff
path: root/res/values/styles.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-28Add left/right slider to the emoji paneJules Aguillon1-9/+0
This entirely changes the implementation of the bottom row in the emoji pane.
2023-04-02Launcher activity: Input boxJules Aguillon1-0/+7
For trying the keyboard without having to mess with an other app.
2022-12-11Improve emoji pane layoutJules Aguillon1-1/+3
The measurement function was wrong in some situations. Set a width for columns and properly configure the GridView.
2022-02-27Compute text size relative to key heightJules Aguillon1-3/+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-28Use the themes abstractionJules Aguillon1-4/+9
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
2021-12-19Auto-format Java and XML filesJules Aguillon1-17/+17
Use xmllint. Re-indent Java files using spaces.
2021-01-17Slightly improve emoji group buttonsJules Aguillon1-1/+3
2021-01-17Update the list of emojisJules Aguillon1-3/+0
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.
2015-10-27Improve init of emoji panejaguillo1-0/+9
2015-10-27Fix crash + Fix emoji type buttonsjaguillo1-0/+12