Match Android typography to iOS font-size scale, fix unscaled text sizes - #682
Open
Mansimran Singh (Mansimran-Singh) wants to merge 1 commit into
Open
Match Android typography to iOS font-size scale, fix unscaled text sizes#682Mansimran Singh (Mansimran-Singh) wants to merge 1 commit into
Mansimran Singh (Mansimran-Singh) wants to merge 1 commit into
Conversation
Several screens fell back to flat Material3 defaults instead of this app's own per-breakpoint dimens.xml convention, most notably the keyboard's letter-key and typed-input text - traced via git blame to an orphaned dimen left behind by the 2020 Compose rewrite. Wires those (and two similarly orphaned dimens on EditCategoryMenuScreen/SensitivityScreen) back in, corrects settings_title_text_size's phone value to match iOS's compact size (tablet already matched), and gives the six remaining genuine hardcoded text sizes proper per-breakpoint dimens. Font family (Roboto/San Francisco, each platform's OS default) was already correct on both sides and is unchanged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Mansimran Singh (Mansimran-Singh)
requested review from
Michael Gonzalez (MicGon7) and
dlucci-wt
as code owners
August 19, 2026 02:20
6 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EditCategoryMenuScreen's title andSensitivityScreen's section labels/dwell-time valuesettings_title_text_size's phone value (34sp→28sp) to match iOS's compact size (tablet already matched exactly).spliterals with proper per-breakpoint dimens.xml entriesTicket
Closes #681
Type of Change
Testing
./gradlew compileDebugKotlin testDebugUnitTest— pass./gradlew assembleDebug assembleDebugAndroidTest— passChecklist
Documentation/work-log/681-typography-parity.md🤖 Generated with Claude Code