You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified there are no duplicate active or recent bugs, questions, or requests
Blueprint Version
2.4.2
Android Version
14
Device Manufacturer
Nothing, Samsung
Device Name
S22 Ultra, Nothing 2
What happened?
I wanted to implement backgrounds (iconback) for unthemed icons. I attempted to do this in my current project, but I encountered a strange issue with some launchers like Microsoft Launcher, Nothing Launcher, where the background gets scaled up or zoomed in and goes outside the icon borders:
This is my "iconback" sample:
I tried everything without success, so I thought there might be an issue with my project. I decided to set up a new project from scratch. In the new project, I only added one line of code in the appfilter.xml file in both locations:
<iconback img1="iconback"/>
However, I encountered the same exact problem, even in this clean project. It works well in Nova Launcher, and when I tried the masking feature, it functioned correctly as well...
The problem arises in other launchers, where iconback appears blown up; it's strange and seems to be scaled up or zoomed in.
I checked other icon packs on the Play Store that also use blueprint, and they work perfectly without scaling issues.
I must be missing something - perhaps a piece of code or something!
Reproduction Steps
Add this line to appfilter.xml + the PNG in the drawable folder. <iconback img1="iconback"/>
Apply the icon pack in one of these launchers:
MS Launcher., Nothing Launcher. There might be more launchers with the same issue but I didn't try all of them.
Expected behavior
The background should fit inside the icon boundaries and not go beyond or get scaled like this:
Screenshots or videos
Code and/or Logs
No response
Additional context or info
No response
The text was updated successfully, but these errors were encountered:
Requirements
Blueprint Version
2.4.2
Android Version
14
Device Manufacturer
Nothing, Samsung
Device Name
S22 Ultra, Nothing 2
What happened?
I wanted to implement backgrounds (iconback) for unthemed icons. I attempted to do this in my current project, but I encountered a strange issue with some launchers like Microsoft Launcher, Nothing Launcher, where the background gets scaled up or zoomed in and goes outside the icon borders:
This is my "iconback" sample:
I tried everything without success, so I thought there might be an issue with my project. I decided to set up a new project from scratch. In the new project, I only added one line of code in the appfilter.xml file in both locations:
<iconback img1="iconback"/>
However, I encountered the same exact problem, even in this clean project. It works well in Nova Launcher, and when I tried the masking feature, it functioned correctly as well...
The problem arises in other launchers, where iconback appears blown up; it's strange and seems to be scaled up or zoomed in.
I checked other icon packs on the Play Store that also use blueprint, and they work perfectly without scaling issues.
I must be missing something - perhaps a piece of code or something!
Reproduction Steps
<iconback img1="iconback"/>
MS Launcher., Nothing Launcher. There might be more launchers with the same issue but I didn't try all of them.
Expected behavior
The background should fit inside the icon boundaries and not go beyond or get scaled like this:
Screenshots or videos
Code and/or Logs
No response
Additional context or info
No response
The text was updated successfully, but these errors were encountered: