Skip to content

Commit aeeafd6

Browse files
committed
Recorder: colorAccent -> colorSecondary
Change-Id: I0ceedd1529d00e4999a8787209fb1a1df9ac29ce
1 parent ba7e033 commit aeeafd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/lineageos/recorder/ui/WaveFormView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class WaveFormView @JvmOverloads constructor(
7777
)
7878

7979
wavesColor = MaterialColors.getColor(
80-
this, com.google.android.material.R.attr.colorAccent
80+
this, com.google.android.material.R.attr.colorSecondary
8181
)
8282

8383
paint = Paint()

0 commit comments

Comments
 (0)