mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-18 13:02:06 +00:00
Merge pull request #1542 from michaelschattgen/fix/text-height-tiles
Fix layout height in tiles mode
This commit is contained in:
commit
5f885cba29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue