Skip to content

Commit 8f931cd

Browse files
Update SuperCollapsedBlock colors
1 parent cfacaf5 commit 8f931cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/layout/item_super_collapsed_block.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
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
@@ -53,7 +53,7 @@
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

0 commit comments

Comments
 (0)