Experiment: dimmed color stripe on seen

This commit is contained in:
M66B 2020-08-23 20:53:39 +02:00
parent 9d88e126f5
commit e728483d24
1 changed files with 1 additions and 0 deletions

View File

@ -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