Skip to content

Commit

Permalink
fix(extended-footer): make everything align
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Mar 3, 2024
1 parent 633261c commit e9013f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:paddingHorizontal="8dp"
android:layout_marginVertical="-4dp"
android:layout_marginHorizontal="-8dp"
android:gravity="center_vertical"
tools:text="8:24 AM"/>

<TextView
Expand Down Expand Up @@ -74,7 +75,8 @@
android:layout_marginHorizontal="-8dp"
android:background="@drawable/bg_button_borderless_rounded"
android:backgroundTint="?colorM3Secondary"
tools:text="Mastodon for Android dfjklafjdsalkfjdslakfjdsaklfjdslak"/>
android:gravity="center_vertical"
tools:text="Moshidon dfjklafjdsalkfjdslakfjdsaklfjdslak"/>

</org.joinmastodon.android.ui.views.WrappingLinearLayout>

Expand Down

0 comments on commit e9013f8

Please sign in to comment.