Skip to content

Commit ecec068

Browse files
authored
Merge branch 'main' into task/fixSettingActiveThread
2 parents e20ddab + 1bbc172 commit ecec068

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samplekotlin/src/main/res/layout/activity_channel_3.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
android:id="@+id/typingHeaderView"
1717
android:layout_width="0dp"
1818
android:layout_height="31dp"
19-
android:background="#CCCCCC"
19+
android:background="#DDD"
2020
android:gravity="center"
21+
android:textColor="@color/black"
2122
app:layout_constraintEnd_toEndOf="parent"
2223
app:layout_constraintStart_toStartOf="parent"
2324
app:layout_constraintTop_toBottomOf="@+id/messageListHeaderView" />

samplekotlin/src/main/res/layout/activity_channel_4.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
android:id="@+id/typingHeaderView"
1717
android:layout_width="match_parent"
1818
android:layout_height="31dp"
19-
android:background="#CCCCCC"
19+
android:background="#DDD"
2020
android:gravity="center"
21+
android:textColor="@color/black"
2122
app:layout_constraintEnd_toEndOf="parent"
2223
app:layout_constraintStart_toStartOf="parent"
2324
app:layout_constraintTop_toBottomOf="@+id/messageListHeaderView" />

0 commit comments

Comments
 (0)