Android

关注公众号 jb51net

关闭
首页 > 软件编程 > Android > Android开发图片水平旋转180度

Android开发图片水平旋转180度方法

作者:Android小屋

今天小编就为大家分享一篇Android开发图片水平旋转180度方法,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧

如下所示:

<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度方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:
阅读全文