Make your icon shape adaptive.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
The Problem That Relates To This Request
The icon isn't adaptive to the shape chosen by the user in android.settings:
-
#!/system/bin/sh cmd activity start --user 0 -a android.intent.action.VIEW -n com.android.settings/com.android.settings.Settings$DisplaySettingsActivity -f 0 com.android.settings -
Modify the shape.
-
Desired Solution
Extend the colour of the border to cover the transparent outside of the logo – it should be square.
Considered Alternatives
The user may install a launcher, and/or AOSP distribution, that supports icon packs.
Additional Context
developer.android.com/develop/ui/views/launch/icon_design_adaptive explains how to.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the provided android.settings command, then compare the icon behavior with Android's adaptive icon design guidance. Locate the icon resource from the Android project structure and update it so the border covers the transparent outer area; done means it remains square and follows the user's selected shape.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- design, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100