Skip to content

Commit 572de40

Browse files
committed
Remove unnecessary MessageListView background
1 parent 49392a8 commit 572de40

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
android:id="@+id/messageListView"
1717
android:layout_width="0dp"
1818
android:layout_height="0dp"
19-
android:background="#f3f5f8"
2019
app:layout_constraintBottom_toTopOf="@+id/messageInputView"
2120
app:layout_constraintEnd_toEndOf="parent"
2221
app:layout_constraintStart_toStartOf="parent"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
android:id="@+id/messageListView"
2727
android:layout_width="0dp"
2828
android:layout_height="0dp"
29-
android:background="#f3f5f8"
3029
app:layout_constraintBottom_toTopOf="@+id/messageInputView"
3130
app:layout_constraintEnd_toEndOf="parent"
3231
app:layout_constraintStart_toStartOf="parent"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
android:id="@+id/messageListView"
2727
android:layout_width="match_parent"
2828
android:layout_height="0dp"
29-
android:background="#f3f5f8"
3029
app:layout_constraintBottom_toTopOf="@+id/messageInputView"
3130
app:layout_constraintEnd_toEndOf="parent"
3231
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)