You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
music-synthesizer-for-android/android/res/values/attrs.xml

18 lines
649 B

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ChordGridView">
<attr name="octave" format="integer" />
</declare-styleable>
<declare-styleable name="KnobView">
<attr name="value" format="float" />
<attr name="min" format="float" />
<attr name="max" format="float" />
<attr name="label" format="string" />
<attr name="numberformat" format="string" />
<attr name="horizontal" format="boolean" />
</declare-styleable>
<declare-styleable name="PianoView">
<attr name="octaves" format="integer" />
<attr name="first_octave" format="integer" />
</declare-styleable>
</resources>