File tree Expand file tree Collapse file tree 4 files changed +6
-24
lines changed
samplejava/src/main/res/layout
samplekotlin/src/main/res/layout Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 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"
33- app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView"
34- app : streamUiMessageBackgroundColorMine =" #70AF74"
35- app : streamUiMessageBackgroundColorTheirs =" #FFF"
36- app : streamUiMessageTextColorMine =" #FFF"
37- app : streamUiMessageTextColorTheirs =" #000" />
32+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
3833
3934 <io .getstream.chat.android.ui.message.input.MessageInputView
4035 android : id =" @+id/messageInputView"
Original file line number Diff line number Diff line change 2424
2525 <io .getstream.chat.android.ui.message.list.MessageListView
2626 android : id =" @+id/messageListView"
27- android : layout_width =" match_parent "
27+ 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"
33- app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView"
34- app : streamUiMessageBackgroundColorMine =" #70AF74"
35- app : streamUiMessageBackgroundColorTheirs =" #FFF"
36- app : streamUiMessageTextColorMine =" #FFF"
37- app : streamUiMessageTextColorTheirs =" #000" />
32+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
3833
3934 <io .getstream.chat.android.ui.message.input.MessageInputView
4035 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"
34- app : streamUiMessageBackgroundColorMine =" #70AF74"
35- app : streamUiMessageBackgroundColorTheirs =" #FFF"
36- app : streamUiMessageTextColorMine =" #FFF"
37- app : streamUiMessageTextColorTheirs =" #000" />
33+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
3834
3935 <io .getstream.chat.android.ui.message.input.MessageInputView
4036 android : id =" @+id/messageInputView"
Original file line number Diff line number Diff line change 2525
2626 <io .getstream.chat.android.ui.message.list.MessageListView
2727 android : id =" @+id/messageListView"
28- android : layout_width =" match_parent "
28+ android : layout_width =" 0dp "
2929 android : layout_height =" 0dp"
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"
34- app : streamUiMessageBackgroundColorMine =" #70AF74"
35- app : streamUiMessageBackgroundColorTheirs =" #FFF"
36- app : streamUiMessageTextColorMine =" #FFF"
37- app : streamUiMessageTextColorTheirs =" #000" />
33+ app : layout_constraintTop_toBottomOf =" @+id/typingHeaderView" />
3834
3935 <io .getstream.chat.android.ui.message.input.MessageInputView
4036 android : id =" @+id/messageInputView"
You can’t perform that action at this time.
0 commit comments