Adding a small little different icon for when the toot has replies. Thanks @sk22

This commit is contained in:
LucasGGamerM
2023-01-08 20:55:41 -03:00
parent 54ec1a6cf7
commit 3a1b71e95c
3 changed files with 22 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
android:layout_width="wrap_content"
android:layout_height="24dp"
android:layout_gravity="center"
android:drawableStart="@drawable/ic_fluent_chat_multiple_24_regular"
android:drawableStart="@drawable/ic_fluent_chat_multiple_24_selector_text"
android:drawablePadding="8dp"
android:drawableTint="?android:textColorSecondary"
android:gravity="center_vertical"