Skip to content

Commit

Permalink
improve layout of "note history" for short notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Dec 11, 2024
1 parent a160888 commit ed678d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_task_history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<com.nononsenseapps.ui.TitleNoteTextView
android:id="@+id/taskText"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:paddingBottom="4dp"
Expand All @@ -56,6 +56,7 @@
android:background="?attr/list_item_card_background"
android:textIsSelectable="true"
custom:linkify="true"
android:layout_margin="10dp"
android:padding="10dp"
custom:titleFontFamily="robotocondensed"
custom:titleFontStyle="bold"
Expand Down

0 comments on commit ed678d0

Please sign in to comment.