Skip to content

Commit 4650d7c

Browse files
committed
Add content description to FAB
1 parent 25dbbae commit 4650d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/src/main/res/layout/fragment_sport.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
android:layout_margin="@dimen/space"
3535
android:layout_gravity="end|bottom"
3636
app:srcCompat="@drawable/ic_add_24dp"
37-
android:transitionName="shared_element_fab" />
37+
android:transitionName="shared_element_fab"
38+
android:contentDescription="@string/add_prediction" />
3839

3940
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 commit comments

Comments
 (0)