Android:控件的对象修改控件的值
TextView
private TextView textView; ... textView =(TextView)findViewById(R.id.textView); textView.setText("set text success");
控制:
<TextView android:id="@+id/textView" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="#ff0000" android:text="old text" />
ImageView
imageViewId1 =(ImageView)findViewById(R.id.imageViewId1);
imageViewId1.setImageResource(R.drawable.logo_small);
imageViewId1.setScaleType(ScaleType.CENTER);
<ImageView android:id="@+id/imageViewId1" android:layout_width="120dp" android:layout_height="120dp" android:src="@drawable/pic1" android:scaleType="fitXY" android:background="#ff0000" />
2024还活着,挺好的,向着星辰与深渊,加油,博客园不要倒下啊!
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步