Skip to content

Instantly share code, notes, and snippets.

@o4oren
Last active 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/5d2d3794dabfe22d318c3f7e1cbd3db9 to your computer and use it in GitHub Desktop.
Save o4oren/5d2d3794dabfe22d318c3f7e1cbd3db9 to your computer and use it in GitHub Desktop.
rotary_knob_view
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/knobImageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</merge>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment