Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Слишком большое изменение громкости #28

Open
Folko-Ven opened this issue Sep 11, 2020 · 1 comment
Open

Comments

@Folko-Ven
Copy link

Здравствуйте. При нажатии на клавиши громкости в виджете уведомления, громкость изменяется сразу на 4 пункта, что очень неудобно, возможно ли изменять громкость по 1 делению, или сделать настройку дельты?

З.Ы. Я связывал это с тем что у меня больше уровней громкости (30,а не 15), но проверив на эмуляторе (Nox) и телефоне друга добился одинакового результата.

@gcb
Copy link

gcb commented Jul 5, 2024

i think level is always 25 for media now.

anyway, code is this. It tries to make a maximum of 8 actions to move the entire volume, if it is more than 8 levels.

int maxSliderLevel = Math.min(maxLevel, 8);
float delta = maxLevel / (float) maxSliderLevel;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants