From 74f3bb8708dd399f63a074824fe86a7762e6e226 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Thu, 22 Dec 2022 14:46:06 -0300 Subject: [PATCH] Adding notification icons for different stuff, and fixing the color of the compose_shortcut thing --- mastodon/src/main/res/drawable/ic_fluent_mention_24_filled.xml | 3 +++ .../src/main/res/drawable/ic_fluent_person_add_24_filled.xml | 3 +++ mastodon/src/main/res/values/colors.xml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 mastodon/src/main/res/drawable/ic_fluent_mention_24_filled.xml create mode 100644 mastodon/src/main/res/drawable/ic_fluent_person_add_24_filled.xml diff --git a/mastodon/src/main/res/drawable/ic_fluent_mention_24_filled.xml b/mastodon/src/main/res/drawable/ic_fluent_mention_24_filled.xml new file mode 100644 index 000000000..f8f72cfee --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_mention_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/mastodon/src/main/res/drawable/ic_fluent_person_add_24_filled.xml b/mastodon/src/main/res/drawable/ic_fluent_person_add_24_filled.xml new file mode 100644 index 000000000..6ae8d76e4 --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_person_add_24_filled.xml @@ -0,0 +1,3 @@ + + + diff --git a/mastodon/src/main/res/values/colors.xml b/mastodon/src/main/res/values/colors.xml index 992f7d9ab..ce46efe0e 100644 --- a/mastodon/src/main/res/values/colors.xml +++ b/mastodon/src/main/res/values/colors.xml @@ -99,7 +99,7 @@ @color/primary_500 @color/gray_100 - @color/primary_700 + @color/purple_primary_700 @color/gray_50