Skip to content

Instantly share code, notes, and snippets.

@o4oren
Created May 2, 2020 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o4oren/aef7062098a4bd6bfc6b50b46a75e4db to your computer and use it in GitHub Desktop.
Save o4oren/aef7062098a4bd6bfc6b50b46a75e4db to your computer and use it in GitHub Desktop.
Rotary knob attibutes
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="RotaryKnobView">
<attr name="minValue" format="integer" />
<attr name="maxValue" format="integer" />
<attr name="initialValue" format="integer" />
<attr name="knobDrawable" format="reference" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment