Implemente a chat UI for private messages.

This commit is contained in:
Alex Ning
2020-06-30 13:33:05 +08:00
parent a888ae8435
commit bde545b75f
7 changed files with 307 additions and 66 deletions

View File

@@ -0,0 +1,11 @@
<?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>

View File

@@ -0,0 +1,11 @@
<?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>
</shape>