Merge pull request #1542 from michaelschattgen/fix/text-height-tiles

Fix layout height in tiles mode
pull/1545/head
Alexander Bakker 3 months ago committed by GitHub
commit 5f885cba29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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">

Loading…
Cancel
Save