Merge pull request #1542 from michaelschattgen/fix/text-height-tiles
Fix layout height in tiles mode
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user