HTML5技术

【绝对干货】仿微信QQ设置图形头像裁剪,让你的App从此炫起来~ - 南尘(4)

字号+ 作者:H5之家 来源:H5之家 2016-10-17 10:00 我要评论( )

1 ?xml version="1.0" encoding="utf-8"? 2 RelativeLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:id="@+id/activity_main"

1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:id="@+id/activity_main" 6 android:layout_width="match_parent" 7 android:layout_height="match_parent" 8 tools:context="com.example.nanchen.cropimagetest.MainActivity"> <com.example.nanchen.cropimagetest.RoundImageView 12 android:id="@+id/main_roundImage" 13 android:layout_width="100dp" 14 android:layout_height="100dp" 15 android:layout_alignParentTop="true" 16 android:layout_centerInParent="true" 17 android:src="@drawable/default_avatar"/> 18 19 <Button 20 android:id="@+id/main_btn" 21 android:layout_width="match_parent" 22 android:layout_height="wrap_content" 23 android:layout_below="@+id/main_roundImage" 24 android:onClick="btnClick" 25 android:text="设置头像"/> 26 </RelativeLayout>

 

 

最后,再次对大家表示歉意,代码有些地方讲解不是很到位,后面我把毕设完全做出来后也会开源给大家,供大家一起交流使用,请持续关注~

 github链接:https://github.com/nanchen2251/CropImageDemo

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • 【最全 干货 实例】 缓存手册(Memcached、redis、RabbitMQ) - 索宁

    【最全 干货 实例】 缓存手册(Memcached、redis、RabbitMQ) - 索宁

    2016-09-01 12:00

  • 【腾讯Bugly干货分享】H5 视频直播那些事 - 腾讯bugly

    【腾讯Bugly干货分享】H5 视频直播那些事 - 腾讯bugly

    2016-08-14 15:00

  • 【无私分享】干货!!!一个炫酷的自定义日历控件,摆脱日历时间选择烦恼,纯福利~ - 南尘

    【无私分享】干货!!!一个炫酷的自定义日历控件,摆脱日历时间选择

    2016-08-12 12:00

  • html5仿微信朋友圈相册图片放大代码 - 爱上程序猿

    html5仿微信朋友圈相册图片放大代码 - 爱上程序猿

    2016-08-11 12:01

网友点评
h