File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
java/com/example/chattutorial Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class MainActivity : AppCompatActivity() {
5555 // Step 4 - Connect the ChannelsViewModel to the ChannelsView, loose coupling makes it easy to customize
5656 viewModel.bindView(binding.channelsView, this )
5757 binding.channelsView.setChannelItemClickListener { channel ->
58- startActivity(ChannelActivity4 .newIntent(this , channel))
58+ startActivity(ChannelActivity2 .newIntent(this , channel))
5959 }
6060 }
6161}
Original file line number Diff line number Diff line change 2020 app : layout_constraintBottom_toTopOf =" @+id/messageInputView"
2121 app : layout_constraintEnd_toEndOf =" parent"
2222 app : layout_constraintStart_toStartOf =" parent"
23- app : layout_constraintTop_toBottomOf =" @+id/messagesHeaderView" />
23+ app : layout_constraintTop_toBottomOf =" @+id/messagesHeaderView"
24+ app : streamUiMessageBackgroundColorMine =" #70AF74"
25+ app : streamUiMessageBackgroundColorTheirs =" #FFF"
26+ app : streamUiMessageTextColorMine =" #FFF"
27+ app : streamUiMessageTextColorTheirs =" #000" />
2428
2529 <io .getstream.chat.android.ui.textinput.MessageInputView
2630 android : id =" @+id/messageInputView"
Original file line number Diff line number Diff line change 3030 app : layout_constraintBottom_toTopOf =" @+id/messageInputView"
3131 app : layout_constraintEnd_toEndOf =" parent"
3232 app : layout_constraintStart_toStartOf =" parent"
33- app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
33+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView"
34+ app : streamUiMessageBackgroundColorMine =" #70AF74"
35+ app : streamUiMessageBackgroundColorTheirs =" #FFF"
36+ app : streamUiMessageTextColorMine =" #FFF"
37+ app : streamUiMessageTextColorTheirs =" #000" />
3438
3539 <io .getstream.chat.android.ui.textinput.MessageInputView
3640 android : id =" @+id/messageInputView"
Original file line number Diff line number Diff line change 2525 <io .getstream.chat.android.ui.messages.view.MessageListView
2626 android : id =" @+id/messageListView"
2727 android : layout_width =" match_parent"
28-
2928 android : layout_height =" 0dp"
3029 android : background =" #f3f5f8"
3130 app : layout_constraintBottom_toTopOf =" @+id/messageInputView"
3231 app : layout_constraintEnd_toEndOf =" parent"
3332 app : layout_constraintStart_toStartOf =" parent"
34- app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
33+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView"
34+ app : streamUiMessageBackgroundColorMine =" #70AF74"
35+ app : streamUiMessageBackgroundColorTheirs =" #FFF"
36+ app : streamUiMessageTextColorMine =" #FFF"
37+ app : streamUiMessageTextColorTheirs =" #000" />
3538
3639 <io .getstream.chat.android.ui.textinput.MessageInputView
3740 android : id =" @+id/messageInputView"
You can’t perform that action at this time.
0 commit comments