Skip to content

Commit

Permalink
feat: added contentDescription to cross button in Manage accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Aug 9, 2024
1 parent ae697c3 commit 2c98c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owncloudApp/src/main/res/layout/manage_accounts_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
android:src="@drawable/ic_cross_manage_accounts"
android:layout_marginVertical="13dp"
android:layout_marginStart="13dp"
android:contentDescription="@string/drawer_close"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 2c98c2f

Please sign in to comment.