From b9cd3c1dc90aac43d89aa5eda3e2c0ee3700f7ea Mon Sep 17 00:00:00 2001 From: M M Arif Date: Wed, 4 Dec 2019 16:34:06 +0000 Subject: [PATCH] --- Code-Standards.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Code-Standards.md b/Code-Standards.md index 96bfe41..5b11ba0 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -142,9 +142,12 @@ Every layout must have components with defined ID's. Example, ``` #### 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. ``` Pull Request was merged successfully Pull Request is not available for merge -``` \ No newline at end of file +``` + +#### 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**. \ No newline at end of file