summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml')
-rw-r--r--app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml
index 3cec78039..7f93abfd1 100644
--- a/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml
+++ b/app/src/main/res/drawables/mastodon/drawable/bubble_left_tail.xml
@@ -6,13 +6,13 @@
android:pivotY="100%"
android:toDegrees="0">
<shape android:shape="rectangle">
- <solid android:color="@color/chat_other_background" />
+ <solid android:color="?attr/colorSecondary" />
</shape>
</rotate>
</item>
<item android:left="5dp">
<shape android:shape="rectangle">
- <solid android:color="@color/chat_other_background" />
+ <solid android:color="?attr/colorSecondary" />
<corners android:radius="5dp" />
</shape>
</item>