mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Update icons in popup/context menus.
This commit is contained in:
committed by
Greyson Parrelli
parent
9600d6f6a9
commit
77a3037614
@@ -179,7 +179,7 @@ public class CreatePaymentFragment extends LoggingFragment {
|
||||
|
||||
private void initializeInfoIcon() {
|
||||
spacer = Objects.requireNonNull(AppCompatResources.getDrawable(requireContext(), R.drawable.payment_info_pad));
|
||||
infoIcon = Objects.requireNonNull(AppCompatResources.getDrawable(requireContext(), R.drawable.ic_update_info_16));
|
||||
infoIcon = Objects.requireNonNull(AppCompatResources.getDrawable(requireContext(), R.drawable.symbol_info_compact_16));
|
||||
|
||||
DrawableCompat.setTint(infoIcon, exchange.getCurrentTextColor());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user