Skip to content

Commit 4e4ca2a

Browse files
authored
Update EqualizerView.java
1 parent 9ac063b commit 4e4ca2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/es/claucookie/miniequalizerlibrary/EqualizerView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private void setAttrs(Context context, AttributeSet attrs) {
5555
0, 0);
5656

5757
try {
58-
foregroundColor = a.getInt(R.styleable.EqualizerView_foregroundColor, Color.BLACK);
58+
foregroundColor = a.getInt(R.styleable.EqualizerView_equalizerForegroundColor, Color.BLACK);
5959
duration = a.getInt(R.styleable.EqualizerView_animDuration, 3000);
6060

6161
} finally {

0 commit comments

Comments
 (0)