Do not use transparent colors with rounded corners, it creates an ugly border on Androing > 9.0

This commit is contained in:
Vadim Furman
2021-01-30 19:25:15 -08:00
parent 9a13f933b8
commit 12381a177a

View File

@@ -4,5 +4,5 @@
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#D81B60</color>
<color name="colorMsg">#07000000</color>
<color name="colorMyMsg">#403700B3</color>
<color name="colorMyMsg">#EDEAF4</color>
</resources>