Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autosize text inside Element #19

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Autosize text inside Element #19

merged 3 commits into from
Sep 3, 2024

Conversation

p-davide
Copy link
Contributor

@p-davide p-davide commented Nov 4, 2022

Text resizing is handled by AutoSizeableTextView, which Element implements, so manual text resizing is unnecessary.
Fixes #2, #6 and #12.

Text resizing is handled by `AutoSizeableTextView`, which `Element`
implements, so manual text resizing is unnecessary.
Fixes SecUSo#2, SecUSo#6 and SecUSo#12.
# Conflicts:
#	app/src/main/java/org/secuso/privacyfriendly2048/activities/Element.java
- Set minimum to 1 SP and max to 100 SP
- Set max lines to 1
@udenr udenr changed the base branch from master to development September 3, 2024 12:29
@udenr udenr merged commit 19b7f2f into SecUSo:development Sep 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1024 Tile is cut off
2 participants