mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Brighter swipe icons
This commit is contained in:
parent
b31861e7e1
commit
eaa327315a
1 changed files with 1 additions and 0 deletions
|
@ -1367,6 +1367,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
else
|
||||
icon = EntityFolder.getIcon(dX > 0 ? swipes.right_type : swipes.left_type);
|
||||
Drawable d = getResources().getDrawable(icon, getContext().getTheme()).mutate();
|
||||
d.setTint(Helper.resolveColor(getContext(), android.R.attr.textColorSecondary));
|
||||
|
||||
if (dX > 0) {
|
||||
// Right swipe
|
||||
|
|
Loading…
Reference in a new issue