Set the gravity of an android xml drawable after rotating it -
how can set gravity of drawable after rotation?
<?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>
Comments
Post a Comment