From 8a5fab0db11cf6bcffebd4a2afa771ee9d1cf0ae Mon Sep 17 00:00:00 2001 From: Praveen Bhati Date: Mon, 25 Sep 2017 13:30:49 +0530 Subject: [PATCH] Update project_and_code_guidelines.md When we have static images in the drawable folder. We should give the name with prefix img_ for all images. --- project_and_code_guidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/project_and_code_guidelines.md b/project_and_code_guidelines.md index 4f7440a..eec4633 100644 --- a/project_and_code_guidelines.md +++ b/project_and_code_guidelines.md @@ -41,6 +41,7 @@ Naming conventions for icons (taken from [Android iconography guidelines](http:/ | Status bar icons | `ic_stat_notify` | `ic_stat_notify_msg.png` | | Tab icons | `ic_tab` | `ic_tab_recent.png` | | Dialog icons | `ic_dialog` | `ic_dialog_info.png` | +| Images | `img_` | `img_walkthourgh_one.png` | Naming conventions for selector states: