Skip to content

Instantly share code, notes, and snippets.

@mikehibm
Created June 21, 2012 23:18
Show Gist options
  • Save mikehibm/2969203 to your computer and use it in GitHub Desktop.
Save mikehibm/2969203 to your computer and use it in GitHub Desktop.
Android: 押されるとカクッと画像の角度が変わるボタン (main.xml)
<Button
android:id="@+id/btnStart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/button_stateful"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment