Changed the qr box color to match the text fields boxes in both day and night modes in SendTransactionFragment.

This commit is contained in:
Severiano Jaramillo 2019-03-19 20:45:45 -06:00
parent 7fa1ed03c3
commit a6f2d5469b

View file

@ -3,5 +3,5 @@
<corners android:radius="8dp" /> <corners android:radius="8dp" />
<stroke <stroke
android:width="1dp" android:width="1dp"
android:color="#888"/> android:color="#a999"/>
</shape> </shape>