fix icon size of quick_camera_rear
this also changes BUILDING.md to reflect the new syntax of pngs_from_svg.py fixes #3769 closes #3770 // FREEBIE
|
@ -38,8 +38,8 @@ Source assets tend to be large binary blobs, which are best stored outside of gi
|
||||||
Sample command for generating our audio placeholder image:
|
Sample command for generating our audio placeholder image:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pngs_from_svg.py ic_audio.svg /path/to/TextSecure/res/ 150 "#000" 0.54 _light
|
pngs_from_svg.py ic_audio.svg /path/to/TextSecure/res/ 150 --color #000 --opacity 0.54 --suffix _light
|
||||||
pngs_from_svg.py ic_audio.svg /path/to/TextSecure/res/ 150 "#fff" 1.0 _dark
|
pngs_from_svg.py ic_audio.svg /path/to/TextSecure/res/ 150 --color #fff --opacity 1.00 --suffix _light
|
||||||
```
|
```
|
||||||
|
|
||||||
Setting up a development environment
|
Setting up a development environment
|
||||||
|
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 784 B After Width: | Height: | Size: 546 B |