Skip to content

Commit 5f885cb

Browse files
authored
Merge pull request #1542 from michaelschattgen/fix/text-height-tiles
Fix layout height in tiles mode
2 parents 161b79f + 5dba1db commit 5f885cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/card_entry_tile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<RelativeLayout
7070
android:layout_width="fill_parent"
71-
android:layout_height="24dp"
71+
android:layout_height="wrap_content"
7272
android:id="@+id/description"
7373
android:layout_toEndOf="@id/layoutImage">
7474

0 commit comments

Comments
 (0)