HorizontalWheelView Custom view for user input that models horizontal wheel controller. Installation Add jitpack.io repository to your root build.gradle: allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } Add the dependency to your module build.gradle: compile