File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 <View
2525 android : layout_width =" match_parent"
2626 android : layout_height =" 1dp"
27- android : background =" @color/border "
27+ android : background =" @color/dividerColor "
2828 app : layout_constraintBottom_toTopOf =" @id/mid" />
2929
3030 <View
3131 android : id =" @+id/mid"
3232 android : layout_width =" match_parent"
3333 android : layout_height =" 8dp"
34- android : background =" @color/elevatedBackground "
34+ android : background =" @color/backgroundColor "
3535 app : layout_constraintBottom_toBottomOf =" parent"
3636 app : layout_constraintTop_toTopOf =" parent" />
3737
3838 <View
3939 android : layout_width =" match_parent"
4040 android : layout_height =" 1dp"
41- android : background =" @color/border "
41+ android : background =" @color/dividerColor "
4242 app : layout_constraintTop_toBottomOf =" @id/mid" />
4343
4444 <com .google.android.material.button.MaterialButton
5353 app : layout_constraintEnd_toEndOf =" parent"
5454 app : layout_constraintStart_toStartOf =" parent"
5555 app : layout_constraintTop_toTopOf =" parent"
56- app : strokeColor =" @color/border "
56+ app : strokeColor =" @color/dividerColor "
5757 app : strokeWidth =" 1dp"
5858 tools : text =" @string/superCollapsedBlock" />
5959
You can’t perform that action at this time.
0 commit comments