From c987144f4a80e60d61cfe99aff344a3c9ad69e0a Mon Sep 17 00:00:00 2001 From: powerjungle Date: Sat, 12 Apr 2025 20:00:53 +0200 Subject: [PATCH] style: allow adding newlines in the "Name" field Since habit names are already shown with 2 lines in the main view, it makes sense to allow an user to add newlines to the names. This opens up the possibility for having better formatted text for the habit name. As suggested by another user, having markdown support would also be a good addition at some point. --- uhabits-android/src/main/res/layout/activity_edit_habit.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uhabits-android/src/main/res/layout/activity_edit_habit.xml b/uhabits-android/src/main/res/layout/activity_edit_habit.xml index 32866f654..feffaa5ff 100644 --- a/uhabits-android/src/main/res/layout/activity_edit_habit.xml +++ b/uhabits-android/src/main/res/layout/activity_edit_habit.xml @@ -94,8 +94,9 @@