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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -