Update 'Code Standards'

M M Arif 2022-07-31 08:08:11 +02:00
parent 6faaa81b23
commit 0e81797413
1 changed files with 2 additions and 2 deletions

@ -160,12 +160,12 @@ All the string names in `strings.xml` must be meaningful. Also check for the str
```
#### Drawables/Icons
Most of the icons used in GitNex are taken from open source project [Feather Icons](https://feathericons.com/). Please download an appropriate icon from feather site and use the AS tool to upload it to drawable directory.
Most of the icons used in GitNex are taken from open source project [Lucide icons](https://lucide.dev/). Please download an appropriate icon from Lucide site and use the AS tool to upload it to drawable directory.
e.g: Right click on drawable directory in the project and choose New -> Vector Asset and select local file.
1) **No gif/png etc are allowed**.
2) **All drawables must be SVG**.
Also check [Tabler Icons](https://tabler-icons.io/) for a comprehensive list.
Also check [Tabler icons](https://tabler-icons.io/) for a comprehensive list.
#### Standard Variable Names
App Context should be stored at the beggining once in `appCtx`.