Skip to content

Commit

Permalink
fix: Reduce preview cards to minimum height required (#840)
Browse files Browse the repository at this point in the history
Previous code set a min-height, which is no longer necessary after the
other layout changes. But it meant that a preview card with a one-line
title, no synopsis, and a URL, was taking up too much vertical space.
  • Loading branch information
nikclayton authored Jul 29, 2024
1 parent 6b5f816 commit e61de1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/res/layout/item_status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginEnd="14dp"
android:minHeight="80dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/status_display_name"
app:layout_constraintTop_toBottomOf="@id/button_toggle_content"
Expand Down

0 comments on commit e61de1c

Please sign in to comment.