diff options
author | ByteHamster <info@bytehamster.com> | 2019-08-30 00:47:29 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-08-30 00:47:29 +0200 |
commit | 7f05e358d1f7ff62c15a98ab58506a29cccb9085 (patch) | |
tree | 207326eedea30bf730c6f366b4aa1c7c236b7015 /app | |
parent | f35286f1dc37b2df86a95dbf8d3fce23aef73529 (diff) | |
download | AntennaPod-7f05e358d1f7ff62c15a98ab58506a29cccb9085.zip |
Fixed white on white icon
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/episodes_apply_action_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |