當前位置:吉日网官网 - 盛世收藏 - android如何在布局中獲取控件?

android如何在布局中獲取控件?

布局就是布局,可以在布局中放入任何空格,得到的空格可以通過findViewById方法得到。

Android獲得壹個布局控件,並將其添加到另壹個布局中。

受保護的void onCreate(Bundle saved instancestate){

super . oncreate(savedInstanceState);

setContentView(r . layout . activity _ main);

linear layout relative layout =(linear layout)findViewById(r . id . layout 456);

ImageView imgApple2 =新ImageView(this);

imgapple 2 . setimageresource(r . drawable . IC _ launcher);

relative layout . add view(imgapple 2);

LayoutInflater factory ys = LayoutInflater . from(main activity . this);

最終視圖textEntryView = factory ys . inflate(r . layout . layout 1,null);

//linear layout linear layout =(linear layout)textEntryView

// .findViewById(r . id . layout 1);

//relative layout . add view(linear layout);

EditText EditText 1 =(EditText)textEntryView

。findViewById(r . id . edittext 1);

relative layout . add view(edittext 1);

  • 上一篇:十字繡成品回收價格表
  • 下一篇:如何糾正大聲唱歌?
  • copyright 2024吉日网官网