Use attribute for delete icon so it works in dark theme
This commit is contained in:
parent
fb1de9453a
commit
78f99c314d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
android:padding="8dp"
|
||||
android:id="@+id/alternate_remove"
|
||||
android:background="?android:selectableItemBackground"
|
||||
android:src="@drawable/ic_action_cancel_light"
|
||||
android:src="?attr/iconActionCancel"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue