Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b745ca6 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #2084 from philipwhiuk/fixRemoveIcon_InDarkTheme

Use attribute for delete icon so it works in dark theme
parents bdf21431 78f99c31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>