Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes app icon #165

Merged
merged 5 commits into from
Jan 7, 2024
Merged

Changes app icon #165

merged 5 commits into from
Jan 7, 2024

Conversation

denislavh
Copy link
Contributor

I changed appicon and appiconfig with files that I made, but I can't get the text to be centered atleast on my phone.

@denislavh denislavh linked an issue Jan 3, 2024 that may be closed by this pull request
@denislavh denislavh requested a review from chrisK00 January 3, 2024 20:45
@chrisK00
Copy link
Contributor

chrisK00 commented Jan 4, 2024

@denislavh Solved it by switching from using the transform property to x and y
<text x="50%" y="61%" class="st1 st2">ST</text>

then inside st2 class i added text-anchor: middle to center
.st2{font-size:600px; text-anchor: middle;}

is this comment in both svgs required?
Generator: Adobe Illustrator 26.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)

What do you think of changing the background to black and the font/icon to #9933CC (purple color of our buttons) alternatively
#2A9FD6 (light blue color of our buttons)

chrisK00 and others added 4 commits January 4, 2024 12:54

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@denislavh
Copy link
Contributor Author

The maui project kept resizing the ST, so I made the icon one file.

Copy link
Contributor

@chrisK00 chrisK00 left a comment

Choose a reason for hiding this comment

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

Looking good 🌟

@denislavh denislavh merged commit 9017aee into dev Jan 7, 2024
@chrisK00 chrisK00 deleted the 109-change-app-icon branch January 8, 2024 11:05
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.

Change app icon
2 participants