Fix layout height in tiles mode

This commit is contained in:
Michael Schättgen 2024-11-24 15:03:02 +01:00
parent 161b79f0d4
commit 5dba1db93d

View file

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