From 888e0b7cfa7852ddbe238f4a3b2cc88258b5ae6d Mon Sep 17 00:00:00 2001 From: Dan Lew Date: Thu, 17 Dec 2015 06:42:31 -0600 Subject: [PATCH] HTML-format quest text Some quests use HTML, this will automatically format it. --- Habitica/res/layout/fragment_party_info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Habitica/res/layout/fragment_party_info.xml b/Habitica/res/layout/fragment_party_info.xml index 4ba9b04e9..1d78c79e2 100644 --- a/Habitica/res/layout/fragment_party_info.xml +++ b/Habitica/res/layout/fragment_party_info.xml @@ -7,6 +7,7 @@ + + android:text="@{quest.notes != null ? Html.fromHtml(quest.notes) : null}" />