Fix layout height in tiles mode

pull/1542/head
Michael Schättgen 3 months ago
parent 161b79f0d4
commit 5dba1db93d

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