summaryrefslogtreecommitdiff
path: root/artwork
diff options
context:
space:
mode:
authorDan Cortez <dancortez@google.com>2022-05-10 14:44:33 -0700
committerDaniel Cortez <dancortez@google.com>2022-05-18 18:38:37 +0000
commit121d96d48452e2076bc4c7a9b216c978f9c5329a (patch)
tree8d1055b6b830963fd002aaa12534ee50035ab83c /artwork
parent1560504975fd3f489ccfbf1c9ab3a5364acb5bdf (diff)
downloadidea-121d96d48452e2076bc4c7a9b216c978f9c5329a.tar.gz
Adds logcat icons and updates test
Bug: 220381322 Test: Visual inspection of local build Change-Id: I4f222515e3674080151ac1a91ce0651ac18b6f87
Diffstat (limited to 'artwork')
-rw-r--r--artwork/gen/icons/StudioIcons.java11
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-filled-hover.svg1
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-filled-hover_dark.svg1
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-filled.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/favorite-filled.svg)2
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-filled_dark.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/favorite-filled_dark.svg)2
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-outline-hover.svg1
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-outline-hover_dark.svg1
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-outline.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/favorite-outline.svg)2
-rw-r--r--artwork/resources/studio/icons/logcat/input/favorite-outline_dark.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/favorite-outline_dark.svg)2
-rw-r--r--artwork/resources/studio/icons/logcat/input/filter-history.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/filter-history.svg)0
-rw-r--r--artwork/resources/studio/icons/logcat/input/filter-history_dark.svg (renamed from artwork/resources/studio/icons/logcat/toolbar/filter-history_dark.svg)0
11 files changed, 16 insertions, 7 deletions
diff --git a/artwork/gen/icons/StudioIcons.java b/artwork/gen/icons/StudioIcons.java
index a73d4f740da..cc3c8146b9a 100644
--- a/artwork/gen/icons/StudioIcons.java
+++ b/artwork/gen/icons/StudioIcons.java
@@ -655,10 +655,15 @@ public class StudioIcons {
}
public static class Logcat {
+ public static class Input {
+ public static final Icon FAVORITE_FILLED_HOVER = load("/studio/icons/logcat/input/favorite-filled-hover.svg"); // 16x16
+ public static final Icon FAVORITE_FILLED = load("/studio/icons/logcat/input/favorite-filled.svg"); // 16x16
+ public static final Icon FAVORITE_OUTLINE_HOVER = load("/studio/icons/logcat/input/favorite-outline-hover.svg"); // 16x16
+ public static final Icon FAVORITE_OUTLINE = load("/studio/icons/logcat/input/favorite-outline.svg"); // 16x16
+ public static final Icon FILTER_HISTORY = load("/studio/icons/logcat/input/filter-history.svg"); // 16x16
+ }
+
public static class Toolbar {
- public static final Icon FAVORITE_FILLED = load("/studio/icons/logcat/toolbar/favorite-filled.svg"); // 16x16
- public static final Icon FAVORITE_OUTLINE = load("/studio/icons/logcat/toolbar/favorite-outline.svg"); // 16x16
- public static final Icon FILTER_HISTORY = load("/studio/icons/logcat/toolbar/filter-history.svg"); // 16x16
public static final Icon SETTINGS = load("/studio/icons/logcat/toolbar/settings.svg"); // 16x16
public static final Icon SNAPSHOT = load("/studio/icons/logcat/toolbar/snapshot.svg"); // 16x16
public static final Icon VIDEO_CAPTURE = load("/studio/icons/logcat/toolbar/video-capture.svg"); // 16x16
diff --git a/artwork/resources/studio/icons/logcat/input/favorite-filled-hover.svg b/artwork/resources/studio/icons/logcat/input/favorite-filled-hover.svg
new file mode 100644
index 00000000000..dd7f9a69c46
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/favorite-filled-hover.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="#DFDFDF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#EDA200"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/input/favorite-filled-hover_dark.svg b/artwork/resources/studio/icons/logcat/input/favorite-filled-hover_dark.svg
new file mode 100644
index 00000000000..8c1572938f9
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/favorite-filled-hover_dark.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="#4C5052"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#F0A732"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/toolbar/favorite-filled.svg b/artwork/resources/studio/icons/logcat/input/favorite-filled.svg
index f1c3f262445..d40d63d0bde 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/favorite-filled.svg
+++ b/artwork/resources/studio/icons/logcat/input/favorite-filled.svg
@@ -1 +1 @@
-<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#6E6E6E"/></svg> \ No newline at end of file
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#EDA200"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/toolbar/favorite-filled_dark.svg b/artwork/resources/studio/icons/logcat/input/favorite-filled_dark.svg
index 43e89e8c29d..d2434a4a8b4 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/favorite-filled_dark.svg
+++ b/artwork/resources/studio/icons/logcat/input/favorite-filled_dark.svg
@@ -1 +1 @@
-<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#AFB1B3"/></svg> \ No newline at end of file
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 11.267l4.328 3.15-1.656-5.087L15 6.25H9.692L8 1 6.308 6.25H1l4.328 3.08-1.656 5.087L8 11.267z" fill="#F0A732"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/input/favorite-outline-hover.svg b/artwork/resources/studio/icons/logcat/input/favorite-outline-hover.svg
new file mode 100644
index 00000000000..82a4d2e650c
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/favorite-outline-hover.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="#DFDFDF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#7F8B91" fill-opacity=".9"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/input/favorite-outline-hover_dark.svg b/artwork/resources/studio/icons/logcat/input/favorite-outline-hover_dark.svg
new file mode 100644
index 00000000000..d321ad0430d
--- /dev/null
+++ b/artwork/resources/studio/icons/logcat/input/favorite-outline-hover_dark.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z" fill="#4C5052"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#7F8B91" fill-opacity=".9"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/toolbar/favorite-outline.svg b/artwork/resources/studio/icons/logcat/input/favorite-outline.svg
index 4823c1aa7a5..be26d57a90f 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/favorite-outline.svg
+++ b/artwork/resources/studio/icons/logcat/input/favorite-outline.svg
@@ -1 +1 @@
-<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#6E6E6E"/></svg> \ No newline at end of file
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#7F8B91" fill-opacity=".5"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/toolbar/favorite-outline_dark.svg b/artwork/resources/studio/icons/logcat/input/favorite-outline_dark.svg
index dbebae6a39b..be26d57a90f 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/favorite-outline_dark.svg
+++ b/artwork/resources/studio/icons/logcat/input/favorite-outline_dark.svg
@@ -1 +1 @@
-<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#AFB1B3"/></svg> \ No newline at end of file
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1L6.308 6.25H1l4.328 3.08-1.657 5.087L8 11.267l4.328 3.15-1.657-5.087L15 6.25H9.691L8 1zM6.474 8.95L3.999 7.189h3.034l.967-3 .967 3h3.034l-2.475 1.76.947 2.908L8 10.056l-2.473 1.8.947-2.906z" fill="#7F8B91" fill-opacity=".5"/></svg> \ No newline at end of file
diff --git a/artwork/resources/studio/icons/logcat/toolbar/filter-history.svg b/artwork/resources/studio/icons/logcat/input/filter-history.svg
index 6dcac180b34..6dcac180b34 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/filter-history.svg
+++ b/artwork/resources/studio/icons/logcat/input/filter-history.svg
diff --git a/artwork/resources/studio/icons/logcat/toolbar/filter-history_dark.svg b/artwork/resources/studio/icons/logcat/input/filter-history_dark.svg
index ec9f11f6375..ec9f11f6375 100644
--- a/artwork/resources/studio/icons/logcat/toolbar/filter-history_dark.svg
+++ b/artwork/resources/studio/icons/logcat/input/filter-history_dark.svg