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/layout/knobpreflayout_va.xml

13 lines
458 B

<?xml version="1.0" encoding="utf-8"?>
<com.levien.synthesizer.android.widgets.knob.KnobView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.levien.synthesizer"
android:id="@+id/knob"
app:value="0"
app:min="0"
app:max="127"
app:numberformat="%3.0f"
app:horizontal="true"
android:layout_width="200dp"
android:layout_height="match_parent"
app:label="" />