Skip to content

Commit

Permalink
Adding importantForAccessibility attribute to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaturel committed Jan 5, 2023
1 parent 2dab6ed commit 7fc9705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector/src/main/res/layout/item_poll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginTop="12dp"
android:importantForAccessibility="no"
android:src="@drawable/ic_attachment_poll"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/pollActiveDate"
Expand Down

0 comments on commit 7fc9705

Please sign in to comment.