Material design for Message UI

This commit is contained in:
Vadim Furman 2021-01-25 17:30:21 -08:00
parent de80afe5d7
commit 8ea58fd08c
5 changed files with 115 additions and 56 deletions

View file

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

View file

@ -1,3 +1,4 @@
<resources>
<dimen name="fab_margin">16dp</dimen>
<dimen name="message_offset">64dp</dimen>
</resources>