mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 14:29:13 +00:00
Fix layout height in tiles mode
This commit is contained in:
parent
161b79f0d4
commit
5dba1db93d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue