Skip to content

Commit

Permalink
fix(profile-fragment): add a margin to the domain button in the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 20, 2024
1 parent b018b81 commit 72cf5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mastodon/src/main/res/layout/fragment_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
android:ellipsize="end"
android:background="@drawable/rect_4dp"
android:backgroundTint="?colorM3SurfaceVariant"
android:layout_marginEnd="4dp"
tools:text="mastodon.social"/>

<ImageView
Expand Down

0 comments on commit 72cf5c3

Please sign in to comment.