improving the messages delivery status
This commit is contained in:
parent
8ac5a1d65e
commit
d3494014a6
10 changed files with 67 additions and 4 deletions
10
app/src/main/res/layout/item_thread_sending.xml
Normal file
10
app/src/main/res/layout/item_thread_sending.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/thread_sending"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:paddingStart="@dimen/activity_margin"
|
||||
android:paddingEnd="@dimen/activity_margin"
|
||||
android:text="@string/sending"
|
||||
android:textSize="@dimen/normal_text_size" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue