use new colors in profile

This commit is contained in:
B. Petersen 2018-12-06 15:16:34 +01:00
parent ef0eb15034
commit ada9377a37
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
6 changed files with 14 additions and 38 deletions

View file

@ -193,8 +193,8 @@ public class QuoteView extends FrameLayout implements RecipientModifiedListener
: author.toShortString());
// We use the raw color resource because Android 4.x was struggling with tints here
quoteBarView.setImageResource(author.getColor().toQuoteBarColorResource(getContext(), outgoing));
rootView.setBackgroundColor(author.getColor().toQuoteBackgroundColor(getContext(), outgoing));
//quoteBarView.setImageResource(author.getColor().toQuoteBarColorResource(getContext(), outgoing));
//rootView.setBackgroundColor(author.getColor().toQuoteBackgroundColor(getContext(), outgoing));
}
private void setQuoteText(@Nullable String body, @NonNull SlideDeck attachments) {