From 7f05e358d1f7ff62c15a98ab58506a29cccb9085 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 30 Aug 2019 00:47:29 +0200 Subject: Fixed white on white icon --- app/src/main/res/layout/episodes_apply_action_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/src/main/res/layout/episodes_apply_action_fragment.xml b/app/src/main/res/layout/episodes_apply_action_fragment.xml index 984e960d8..d6e18bb37 100644 --- a/app/src/main/res/layout/episodes_apply_action_fragment.xml +++ b/app/src/main/res/layout/episodes_apply_action_fragment.xml @@ -39,7 +39,7 @@ android:id="@+id/fabSD" android:layout_width="match_parent" android:layout_height="wrap_content" - app:sdMainFabClosedSrc="@drawable/ic_fab_edit" + app:sdMainFabClosedSrc="?attr/batch_edit_fab_icon" app:sdOverlayLayout="@id/fabSDOverlay" android:layout_marginEnd="16dp" android:layout_marginRight="16dp" -- cgit v1.2.3