Skip to content

Commit 116eb0b

Browse files
Using a lighter gray in the sub toolbar
1 parent 101326b commit 116eb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:id="@+id/typingHeaderView"
1717
android:layout_width="0dp"
1818
android:layout_height="31dp"
19-
android:background="@color/light_gray"
19+
android:background="#DDD"
2020
android:gravity="center"
2121
android:textColor="@color/black"
2222
app:layout_constraintEnd_toEndOf="parent"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
android:id="@+id/typingHeaderView"
1717
android:layout_width="match_parent"
1818
android:layout_height="31dp"
19-
android:background="@color/light_gray"
19+
android:background="#DDD"
2020
android:gravity="center"
2121
android:textColor="@color/black"
2222
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)