728x90
커스텀뷰 클래스의 constructor에서
LayoutInflater inflater=(LayoutInflater)context.getSystemService(Context.Layout_Inflater_Service);
View view=inflater.inflate(R.layout./*주소*/,this);
이렇게 하면 자동으로 인식
728x90
'프로그래밍 > Android(Java)' 카테고리의 다른 글
[Android] 상단바(Status bar) 색 변경하기 (0) | 2019.09.29 |
---|---|
[Android] Java 코드에서 dp,sp 사용법 (0) | 2019.09.29 |
[Android] 커스텀 다이얼로그 (0) | 2019.09.29 |
[Android] 간단한 커스텀 Notification (0) | 2019.09.29 |
[Android] Notification 상태바, 커스텀 (0) | 2019.09.29 |
댓글