LogoLogo
Main siteIcon SearchSource Code
  • Welcome to the Arcticons Knowledge base
  • FAQ
    • Icon Requests
    • Supported Launchers
    • Donate
    • Feedback & Suggestions
  • Troubleshooting
  • Contribute
    • GitHub guide
    • Creating icons
    • Credit Yourself
    • Vector editing software
      • Inkscape
      • Vector Asset Creator
    • Updating existing apps
    • Categorize icons
    • The IconRequest App
      • Gather the Appfilter code for an installed App
      • Get Appfilter and Icons
    • Building the app yourself
  • Other platforms
    • Linux
      • Installation
      • Contribute
      • Advanced: Generate your own flavour of Arcticons
    • OnionOS
    • iPhone
  • Request Dashboard
  • Changelog
  • Community
  • Work with Arcticons
    • Arcticons for Business
    • Launcher developers
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Contribute

Credit Yourself

Give yourself an entry at the bottom of generated/contributors.xml to be included in the credits!

Just add this before the </resources> tag and edit the values

<contributor
    name="Contributor Name"
    contribution="Icon Creator."
    image="assets://contributors/yourImageName.png"
    link="https://linktoyourpage" />

For the name parameter enter your name or username

For the contribution parameter write what you have contributed (Icon Creator)

For the image you have multiple options

  • leave it empty ""

  • add a Link to your picture "https://linktoyourpicture"

  • save your image in app/src/main/assets/contributors/ and link to it with "assets://contributors/'yourImageName.png'"

For the link parameter you can set the link to your GitHub profile or your website.

PreviousCreating iconsNextVector editing software

Last updated 9 months ago

Was this helpful?