File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
<View
25
25
android : layout_width =" match_parent"
26
26
android : layout_height =" 1dp"
27
- android : background =" @color/border "
27
+ android : background =" @color/dividerColor "
28
28
app : layout_constraintBottom_toTopOf =" @id/mid" />
29
29
30
30
<View
31
31
android : id =" @+id/mid"
32
32
android : layout_width =" match_parent"
33
33
android : layout_height =" 8dp"
34
- android : background =" @color/elevatedBackground "
34
+ android : background =" @color/backgroundColor "
35
35
app : layout_constraintBottom_toBottomOf =" parent"
36
36
app : layout_constraintTop_toTopOf =" parent" />
37
37
38
38
<View
39
39
android : layout_width =" match_parent"
40
40
android : layout_height =" 1dp"
41
- android : background =" @color/border "
41
+ android : background =" @color/dividerColor "
42
42
app : layout_constraintTop_toBottomOf =" @id/mid" />
43
43
44
44
<com .google.android.material.button.MaterialButton
53
53
app : layout_constraintEnd_toEndOf =" parent"
54
54
app : layout_constraintStart_toStartOf =" parent"
55
55
app : layout_constraintTop_toTopOf =" parent"
56
- app : strokeColor =" @color/border "
56
+ app : strokeColor =" @color/dividerColor "
57
57
app : strokeWidth =" 1dp"
58
58
tools : text =" @string/superCollapsedBlock" />
59
59
You can’t perform that action at this time.
0 commit comments