adding a bottom input field for writing messages
This commit is contained in:
parent
2fa899b05c
commit
bd4269c3c9
4 changed files with 56 additions and 1 deletions
9
app/src/main/res/drawable/ic_send_vector.xml
Normal file
9
app/src/main/res/drawable/ic_send_vector.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue