1. id를 이용하여 구하기
setContentView(R.layout.activity_main,null);
View view = findViewById(R.id.layout);
2. View 객체에 담기
View view = getLayoutInflater().from(this).inflate(R.layout.activity_main,null);
setContentView(view);
320x100
'프로그래밍 > Android-Java' 카테고리의 다른 글
[ANDROID] Library AAR 파일 생성 (0) | 2021.09.29 |
---|---|
[ANDROID] failed to apply plugin 'com.github.dcendents.android-maven'. (0) | 2021.09.15 |
[ANDROID] byte array rotate (0) | 2021.01.27 |
[ANDROID] react-native 설치 & 프로젝트 생성 (0) | 2021.01.18 |
[ANDROID] onKeyDown KeyEvent 변경 (0) | 2021.01.15 |
댓글