Set color of received and sent messages, and send message button.

This commit is contained in:
Alex Ning
2020-07-06 17:18:42 +08:00
parent 933e928faf
commit 3ef4b90a63
5 changed files with 37 additions and 25 deletions

View File

@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#31BF7D" >
</solid>
<corners
android:radius="22dp">
</corners>

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#4185F4" >
</solid>
<corners
android:radius="22dp">
</corners>
</shape>