M M Arif 2019-12-04 16:34:06 +00:00
parent 60f626a45f
commit b9cd3c1dc9
1 changed files with 5 additions and 2 deletions

@ -142,9 +142,12 @@ Every layout must have components with defined ID's. Example,
``` ```
#### String names #### String names
All the string names in strings.xml must be meaningful. Also check for the string if it is already defined. All the string names in `strings.xml` must be meaningful. Also check for the string if it is already defined.
``` ```
<string name="mergePRSuccessMsg">Pull Request was merged successfully</string> <string name="mergePRSuccessMsg">Pull Request was merged successfully</string>
<string name="mergePR404ErrorMsg">Pull Request is not available for merge</string> <string name="mergePR404ErrorMsg">Pull Request is not available for merge</string>
``` ```
#### 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. Resrouce must be SVG. **No gif/png etc are allowed**.