首页 > 移动平台 > 详细

android动态设置图片

时间:2018-07-24 15:17:32      阅读:207      评论:0      收藏:0      [点我收藏+]
<ImageView
android:id="@+id/adapter_store_employee_list_imgv_sex"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:layout_marginLeft="5dp"
android:src="@mipmap/adapter_store_employee_male"/>

if(PersonSex.FAMALE.getValue() == user.getSex())
holder.imgvSex.setImageResource(R.mipmap.adapter_store_employee_female);
else
holder.imgvSex.setImageResource(R.mipmap.adapter_store_employee_male);

android动态设置图片

原文:https://www.cnblogs.com/zhuchunyan/p/9360050.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!