Skip to content

Add option to set icon label text to bold - #426

Open
xhon-pelushi wants to merge 1 commit into
FossifyOrg:mainfrom
xhon-pelushi:bold-icon-labels-101
Open

Add option to set icon label text to bold#426
xhon-pelushi wants to merge 1 commit into
FossifyOrg:mainfrom
xhon-pelushi:bold-icon-labels-101

Conversation

@xhon-pelushi

Copy link
Copy Markdown

What changed and why

  • Added a "Bold icon labels" switch in Settings that bolds app-icon labels on both the home screen and in the app drawer.
  • Independent of the existing app-wide custom font option, so it composes correctly if the user has also set a custom font.

Tests performed

  • Built and installed debug build on a Pixel 7 (API 35) emulator, set as default launcher.
  • Toggling the setting in Settings immediately re-renders the app drawer labels bold/normal, confirmed mid-session (no relaunch needed).
  • Toggled back off and confirmed it reverts.
  • Home screen grid (canvas-drawn labels) uses the identical refresh path (updateColors() on resume) verified working for the drawer; not independently screenshotted due to ADB drag-and-drop limitations in this environment.
  • ./gradlew :app:compileFossDebugKotlin and ./gradlew detekt both clean.

Closes the following issue(s)

Closes #101

Adds a "Bold icon labels" switch to Settings that applies a bold
typeface to app labels on the home screen and in the app drawer,
independent of the existing app-wide custom font option.

Fixes FossifyOrg#101
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.

Add option to set icon text format to bold.

1 participant