fix reply icon tint
This commit is contained in:
parent
c862959e3f
commit
54ac152019
|
@ -1500,6 +1500,8 @@ public class ConversationFragment extends XmppFragment
|
|||
|
||||
binding.tabLayout.setListener(visibiltyChangeListener);
|
||||
|
||||
binding.iconQuote.setColorFilter(getOrCalculatePrimaryColor());
|
||||
|
||||
return binding.getRoot();
|
||||
}
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
android:background="?attr/color_background_primary">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon_quote"
|
||||
android:src="?attr/icon_quote"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
|
|
Loading…
Reference in a new issue