Skip to content

Commit

Permalink
Revert "Fix layout height in tiles mode"
Browse files Browse the repository at this point in the history
This reverts commit 5dba1db.

Fixes #1544
  • Loading branch information
alexbakker committed Nov 24, 2024
1 parent 3e3df91 commit b5b29a4
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="wrap_content"
android:layout_height="24dp"
android:id="@+id/description"
android:layout_toEndOf="@id/layoutImage">

Expand Down

0 comments on commit b5b29a4

Please sign in to comment.