add Standard Variable Names

6543 2020-04-04 20:27:59 +00:00
parent 1d5785b1bf
commit 3c93cf56e3
1 changed files with 4 additions and 1 deletions

@ -150,4 +150,7 @@ All the string names in `strings.xml` must be meaningful. Also check for the str
```
#### Drawables/Icons
GitNex use all the default icons provided with Android Studio licensed under Apache. All drawables are SVG. In case there is no matching resource found in the drawable library, a third party resource can be used under an allowed license for that resource. Resource must be SVG. **No gif/png etc are allowed**.
GitNex use all the default icons provided with Android Studio licensed under Apache. All drawables are SVG. In case there is no matching resource found in the drawable library, a third party resource can be used under an allowed license for that resource. Resource must be SVG. **No gif/png etc are allowed**.
#### Standard Variable Names
App Context is stored at the beggining once in `ctx`