旋转后设置android xml drawable的重力

时间:2016-11-08 09:12:56

标签: android xml android-drawable

如何在旋转后设置此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>

0 个答案:

没有答案