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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -