Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created September 22, 2017 07:09
Show Gist options
  • Save JaniKibichi/8212e6caf2a12bee38ae0047a444aa8e to your computer and use it in GitHub Desktop.
Save JaniKibichi/8212e6caf2a12bee38ae0047a444aa8e to your computer and use it in GitHub Desktop.
Memory Game - wobble.xml
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="100"
android:fromDegrees="-5"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="3"
android:repeatMode="reverse"
android:toDegrees="5" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment