Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
80 stars 18 forks source link

XML Vector Drawable Filenames #28

Closed bkhall closed 1 year ago

bkhall commented 1 year ago

Typically, these drawables are used on the Android platform.

Please replace the "-" (dashes) in the target filename with "_" (underscores).

Dashes in resource filenames are not allowed, so we must manually change the downloaded filename as described before we can use them.

mririgoyen commented 1 year ago

Fixed in https://github.com/Pictogrammers/pictogrammers.com/commit/6ec9f4ab5414a0134f69c377e741b432492bce6c. It takes about 40m for the site to redeploy.

mririgoyen commented 1 year ago

Change is live! Thanks for the report.

bkhall commented 1 year ago

Confirmed! Thanks for the quick fix.

bkhall commented 1 year ago

Need to reopen this.

The filenames which have a descriptor appended still have the - (dash).

For example: play_circle-outline.xml

mririgoyen commented 1 year ago

Fixed again in https://github.com/Pictogrammers/pictogrammers.com/commit/2e9192f2b060f74725b8724010405c240e2f4c65. Sorry about that. Changes should be live in about an hour.

bkhall commented 1 year ago

Fix looks good. Thank you!