Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NikM3 committed Apr 21, 2023
2 parents 327b6f4 + 570cd58 commit 6256218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/card_goal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ will add padding in API v21+ as well to have the same measurements with previous
android:id="@+id/goalName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Goal name" />
android:text="Goal name"
android:maxLength="35"/>

<TextView
android:id="@+id/goalProgress"
Expand Down

0 comments on commit 6256218

Please sign in to comment.