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

How to use images from drawable folder as contributor avatars? #173

Open
DanyGee opened this issue Jul 9, 2019 · 0 comments
Open

How to use images from drawable folder as contributor avatars? #173

DanyGee opened this issue Jul 9, 2019 · 0 comments

Comments

@DanyGee
Copy link

DanyGee commented Jul 9, 2019

Here is my contributors.xml file:

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <contributor
        name="Dany Gee"
        contribution="blah blah blah"
        image="@drawable/about_profile_dany"
        link="" />

    <contributor
         name="Franczeska Piórko"
         contribution="blah blah blah"
         image="@drawable/about_profile_frania"
         link="" />

 </resources>

Those image="@drawable/about_profile_frania" do not work.

Remote URL's work as expected:
image="https://avatars3.githubusercontent.com/u/26818551?v=3&amp;s=300"

What am I missing here? 🤔

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

No branches or pull requests

1 participant