码迷,mamicode.com
首页 > 移动开发 > 详细

android动态设置图片

时间:2018-07-24 15:52:50      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:else   val   into   res   out   ons   employee   view   动态   

<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动态设置图片

标签:else   val   into   res   out   ons   employee   view   动态   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!