mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-21 21:35:03 +00:00
Fixes #1445
This commit is contained in:
parent
86ccb5258a
commit
30656bbb80
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignTop="@id/item_wrapper">
|
||||
android:layout_alignTop="@id/item_wrapper"
|
||||
android:layoutDirection="ltr">
|
||||
<View
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue