Android开发图片水平旋转180度 Android开发图片水平旋转180度方法
Android小屋 人气:0如下所示:
<ImageView android:src="@drawable/icon_common_return" android:layout_centerInParent="true" android:id="@+id/lv_common_return" android:layout_width="wrap_content" android:layout_height="wrap_content" android:rotation="180" />
改变rotation角度值即可,记一下!
以上这篇Android开发图片水平旋转180度方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
加载全部内容