wownero
/
wownerujo
Archived
4
0
Fork 0

fix transaction text color

openssl-1.1.0
fuwa 6 years ago
parent c697a1db00
commit ed0f27ffc0

@ -257,9 +257,9 @@ public class TxFragment extends Fragment {
} else if (info.isPending) {
setTxColour(ContextCompat.getColor(getContext(), R.color.tx_pending));
} else if (info.direction == TransactionInfo.Direction.Direction_In) {
setTxColour(ContextCompat.getColor(getContext(), R.color.tx_green));
setTxColour(ContextCompat.getColor(getContext(), R.color.take));
} else {
setTxColour(ContextCompat.getColor(getContext(), R.color.tx_red));
setTxColour(ContextCompat.getColor(getContext(), R.color.give));
}
Set<String> destinations = new HashSet<>();
StringBuffer sb = new StringBuffer();