如何在旋转后设置此drawable的重力?
<?xml version="1.0" encoding="utf-8"?>
<rotate android:fromDegrees="45"
xmlns:android="http://schemas.android.com/apk/res/android" >
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/png_picture" />
</rotate>