You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: resources/vector/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,19 @@ Vector Images & Icons
2
2
=========
3
3
This is the container for RAW vector assets that is used in the project.
4
4
Most of the assets are created by simple vector editor at [https://vectr.com](https://vectr.com).
5
+
6
+
7
+
Layout Thumbnail Specification
8
+
-------------------------------
9
+
To have consistent look, use following spec for layout thumbnail.
10
+
* Canvas size: `640px X 640px` with 2px `#000000` border.
11
+
* Box color: `#00acc1` with no opacity.
12
+
* Constraints color: `#006064` with 85% opacity, border: 1px `#000000` with no opacity.
13
+
* When multiple views are required to show relational positioning, use colors that are close to original color.
14
+
* Name assets using conventions defined in [README](https://github.com/amardeshbd/android-constraint-layout-cheatsheet/blob/master/app/src/main/res/layout/.README.md)
15
+
* Use Android Studio to import the **`SVG`** image to Android Vector drawable.
0 commit comments