Add support for multiple typing indicators in groups.

This commit is contained in:
Alex Hart
2021-06-07 15:35:19 -03:00
committed by GitHub
parent 8442143818
commit 334cf669ed
4 changed files with 128 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="1000dp" />
<solid android:color="@color/white" />
</shape>