Skip to content

Commit

Permalink
Merge pull request #1542 from michaelschattgen/fix/text-height-tiles
Browse files Browse the repository at this point in the history
Fix layout height in tiles mode
  • Loading branch information
alexbakker authored Nov 24, 2024
2 parents 161b79f + 5dba1db commit 5f885cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/card_entry_tile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="24dp"
android:layout_height="wrap_content"
android:id="@+id/description"
android:layout_toEndOf="@id/layoutImage">

Expand Down

0 comments on commit 5f885cb

Please sign in to comment.