Properly Fixing the bot icon at the end of the username on the header of posts.

This commit is contained in:
LucasGGamerM
2023-01-17 22:26:54 -03:00
parent 734a8049a5
commit 7c7f3cc42a
3 changed files with 34 additions and 2 deletions

View File

@@ -120,6 +120,14 @@
android:textAppearance="@style/m3_title_small"
tools:text="\@Gargron" />
<ImageView
android:id="@+id/bot_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:importantForAccessibility="no"
android:layout_marginTop="2dp"
android:src="@drawable/ic_fluent_bot_16_filled" />
<TextView
android:id="@+id/separator"
android:layout_width="wrap_content"