From 156332700866ae56f828511aacba98cbfd56d041 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Mon, 13 Apr 2020 14:49:55 +0000 Subject: [PATCH] --- Code-Standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-Standards.md b/Code-Standards.md index 76272f7..d99f66f 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -153,4 +153,4 @@ All the string names in `strings.xml` must be meaningful. Also check for the str 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` \ No newline at end of file +App Context should be stored at the beggining once in `ctx`. \ No newline at end of file