mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-14 02:08:58 +03:00
Adding importantForAccessibility attribute to icon
This commit is contained in:
parent
2dab6ed052
commit
7fc9705f3a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue