fix(profile-fragment): add a margin to the domain button in the profile

This commit is contained in:
LucasGGamerM 2024-03-20 16:02:46 -03:00
parent b018b817e8
commit 72cf5c3b59
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@
android:ellipsize="end" android:ellipsize="end"
android:background="@drawable/rect_4dp" android:background="@drawable/rect_4dp"
android:backgroundTint="?colorM3SurfaceVariant" android:backgroundTint="?colorM3SurfaceVariant"
android:layout_marginEnd="4dp"
tools:text="mastodon.social"/> tools:text="mastodon.social"/>
<ImageView <ImageView