mirror of https://github.com/M66B/FairEmail.git
Brighter swipe icons
This commit is contained in:
parent
b31861e7e1
commit
eaa327315a
|
@ -1367,6 +1367,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
else
|
else
|
||||||
icon = EntityFolder.getIcon(dX > 0 ? swipes.right_type : swipes.left_type);
|
icon = EntityFolder.getIcon(dX > 0 ? swipes.right_type : swipes.left_type);
|
||||||
Drawable d = getResources().getDrawable(icon, getContext().getTheme()).mutate();
|
Drawable d = getResources().getDrawable(icon, getContext().getTheme()).mutate();
|
||||||
|
d.setTint(Helper.resolveColor(getContext(), android.R.attr.textColorSecondary));
|
||||||
|
|
||||||
if (dX > 0) {
|
if (dX > 0) {
|
||||||
// Right swipe
|
// Right swipe
|
||||||
|
|
Loading…
Reference in New Issue