Skip to content

Rounded corners in dp and in wrong category #23

@mrgreywater

Description

@mrgreywater

The rounded corners setting is in the headphones category:

android:title="Set rounded corners diameter"

Also it seems to be in dp instead of physical px, therefore it needs to be adjusted depending on the dpi in the android settings.

If the settings where taken from the user as px, they could be converted to dp with something like

int dp = (int) Math.ceil(getResources().getDisplayMetrics().density * px);

according to https://stackoverflow.com/a/6656774

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions