Skip to content

Commit 7405b28

Browse files
authored
fix: fixed the background of buttons when the phase button was selected for digital waves (#2447)
1 parent 333269b commit 7405b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/pslab/activity/WaveGeneratorActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public void onClick(View view) {
391391
setSeekBar(seekBar);
392392
pwmBtnFreq.setBackground(ResourcesCompat.getDrawable(getResources(), R.drawable.btn_back_rounded_light, null));
393393
pwmBtnPhase.setBackground(ResourcesCompat.getDrawable(getResources(), R.drawable.btn_back_rounded, null));
394-
pwmBtnDuty.setBackground(ResourcesCompat.getDrawable(getResources(), R.drawable.btn_back_rounded, null));
394+
pwmBtnDuty.setBackground(ResourcesCompat.getDrawable(getResources(), R.drawable.btn_back_rounded_light, null));
395395
}
396396
});
397397

0 commit comments

Comments
 (0)