File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
samplekotlin/src/main/res/layout Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments