mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 23:09:13 +00:00
Revert "Fix layout height in tiles mode"
This reverts commit 5dba1db93d
.
Fixes #1544
This commit is contained in:
parent
3e3df919b2
commit
b5b29a4f84
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="wrap_content"
|
android:layout_height="24dp"
|
||||||
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