mirror of https://github.com/M66B/FairEmail.git
Experiment: dimmed color stripe on seen
This commit is contained in:
parent
9d88e126f5
commit
e728483d24
|
@ -958,6 +958,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
vwColor.setTag(colorBackground);
|
||||
vwColor.setBackgroundColor(colorBackground);
|
||||
}
|
||||
vwColor.setAlpha(message.ui_seen ? Helper.LOW_LIGHT : 1.0f);
|
||||
vwColor.setVisibility(color_stripe ? View.VISIBLE : View.GONE);
|
||||
|
||||
// Expander
|
||||
|
|
Loading…
Reference in New Issue