Skip to content

Glimpse: Scale down launcher icon to fix clipping#2

Open
sxivansx wants to merge 2 commits into
PVOT-OSS:android-16.2from
sxivansx:android-16.2
Open

Glimpse: Scale down launcher icon to fix clipping#2
sxivansx wants to merge 2 commits into
PVOT-OSS:android-16.2from
sxivansx:android-16.2

Conversation

@sxivansx

Copy link
Copy Markdown

Summary

  • Wraps launcher icon paths in a <group> with scaleX/scaleY="0.72" to reduce icon size
  • Fixes the icon being clipped/cut off in the adaptive icon safe zone
  • Applied to both ic_launcher_foreground.xml and ic_launcher_monochrome.xml

Test plan

  • Build and install the app
  • Verify the launcher icon is no longer clipped on the home screen
  • Check monochrome icon variant also looks correct

Replace the placeholder adaptive icon layers with the new brand icon:
- Background: flat #141414 dark fill
- Foreground: mountain/landscape + circle paths in #6B5CEE (purple)
- Monochrome: same paths in white for Android 13+ themed icons
android:pathData="M61,13L45,29L61,45L77,29L61,13Z" />
</group>
<path
android:fillColor="#141414"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be dynamic

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.

2 participants