From 4444a9943c8eb5fdbfad229e5e82f7344e793af4 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 12 May 2016 14:41:38 +0200 Subject: [PATCH] layout fix --- Habitica/res/layout/todo_item_card.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Habitica/res/layout/todo_item_card.xml b/Habitica/res/layout/todo_item_card.xml index acc6d1606..ea1f4dc63 100644 --- a/Habitica/res/layout/todo_item_card.xml +++ b/Habitica/res/layout/todo_item_card.xml @@ -42,7 +42,7 @@ android:id="@+id/notesTextView" style="@style/CardText" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:maxLines="3" />