Skip to content

Commit

Permalink
refactor: change add task tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
willemw12 committed Nov 24, 2024
1 parent a5bc4f3 commit d8e657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
android:layout_gravity="bottom|end"
android:layout_margin="16dp"
android:src="@drawable/ic_add_white_24dp"
android:tooltipText="@string/add" />
android:tooltipText="@string/addtask" />

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/selection_fab"
Expand Down

0 comments on commit d8e657b

Please sign in to comment.