当前位置: 代码迷 >> Eclipse >> android 如何在代码中获取控件的属性值
  详细解决方案

android 如何在代码中获取控件的属性值

热度:14   发布时间:2016-04-23 01:15:02.0
android 怎么在代码中获取控件的属性值
冰天雪地 跪求 获取控件属性值
Android 控件

------解决方案--------------------
Button button = (Button) findViewById("");先获取控件
在通过控件对象获取对应属性的值
  相关解决方案