Skip to content

Conversation

@maxistar
Copy link
Owner

Motivation

  • Provide an intermediate font size between Small and Medium so users have a finer-grained sizing option.

Description

  • Add a new setting constant SETTING_MEDIUM_SMALL = "Medium Small" in SettingsService.java and use that as the label for the new size.
  • Integrate the new size into the font size picker in FontSizePreference.java by adding it to the displayed list, updating selection index handling, and setting the preview text size to 18.0f.
  • Apply the new size in the editor rendering by handling SETTING_MEDIUM_SMALL in EditorActivity.applyFontSize() and mapping it to mText.setTextSize(18.0f).

Testing

  • No automated tests were run for this change.

Codex Task

@maxistar maxistar changed the base branch from master to dev January 29, 2026 14:26
@maxistar maxistar merged commit 93246db into dev Jan 29, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants