Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 308a46b

Browse files
nitish1211kunall17
authored andcommitted
Change color of send status indicator
1 parent 0fcd510 commit 308a46b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

app/src/main/res/layout/chatbox.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,26 @@
8383
<LinearLayout
8484
android:id="@+id/composeStatus"
8585
android:layout_width="match_parent"
86-
android:layout_height="24dp"
87-
86+
android:layout_height="wrap_content"
87+
android:orientation="horizontal"
8888
android:layout_gravity="center"
89-
android:background="#eeeeee"
89+
android:background="@color/colorPrimary"
9090
android:gravity="center|center_vertical"
9191
android:visibility="gone">
9292

9393
<ProgressBar
9494
android:layout_width="15dp"
95-
android:layout_height="15dp" />
95+
android:layout_height="15dp"
96+
style="@style/AppTheme.DayNight"
97+
/>
9698

9799
<TextView
98100
android:id="@+id/sending_message"
99101
android:layout_width="wrap_content"
100102
android:layout_height="wrap_content"
101103
android:paddingLeft="8dp"
102104
android:text="@string/sending_message"
105+
android:textColor="@color/colorTextPrimary"
103106
android:textSize="16sp" />
104107
</LinearLayout>
105108

0 commit comments

Comments
 (0)