From 90f904da47d68393125851a86fff1c591fe03976 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.codeberg.org> Date: Tue, 14 Jul 2020 19:56:22 +0200 Subject: [PATCH] add note where to get ICONs --- Code-Standards.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Code-Standards.md b/Code-Standards.md index 96a8d37..0b063e0 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -151,6 +151,10 @@ Every layout must have components with defined ID's. Example, android:textColorLink="@color/lightBlue" /> ``` +### ICONs are taken from Feathericons +If an symbole is needed and not included in GitNex jet. Search for on in the [Feather Icon Colection](https://feathericons.com/). +copy the svg data into an xml file at `app/src/main/res/drawable/`. + #### String names All the string names in `strings.xml` must be meaningful. Also check for the string if it is already defined.