안드로이드/오류수정 [안드로이드] Viewholder의 layout에 match_parent 먹히지 않는 문제 해결 by 안드뽀개기 2022. 3. 22. 반응형 프로젝트에서 RecyclerView를 사용하던중 child view가 match_parent 먹히지 않았다. RecyclerView Adapter안에 onCreateViewHolder의 코드는와 결과는 다음과 같았다. match_parent가 먹히지 않음 RecyclerView Adapter안에 onCreateViewHolder의 코드를 다음과 같이 수정하면 해결된다. 결과 반응형 공유하기 게시글 관리 안드로이드뽀개기 '안드로이드 > 오류수정' 카테고리의 다른 글 구글 맵 커스텀 마커 적용중 발생한 오류 (0) 2023.11.03 The compiler option dagger.hilt.android.internal.projectType is not a recognized Hilt option. Is there a typo. 에러 (0) 2023.10.30 안드로이드 카카오맵(다음맵) net.daum.mf.map.api.MapView.MapView constructors should get Activity instance as context input parameter 에러 (0) 2022.02.04 안드로이드 Cannot access class 'retrofit2.Retrofit' 에러 (0) 2022.01.10 안드로이드 12(API Level 31 이상) 타겟 시 발생 오류 minComplieSdk(31) (0) 2022.01.06 관련글 구글 맵 커스텀 마커 적용중 발생한 오류 The compiler option dagger.hilt.android.internal.projectType is not a recognized Hilt option. Is there a typo. 에러 안드로이드 카카오맵(다음맵) net.daum.mf.map.api.MapView.MapView constructors should get Activity instance as context input parameter 에러 안드로이드 Cannot access class 'retrofit2.Retrofit' 에러