Coding/Android Studio
RecyclerView Empty Space 빈공간이 생길때
떡빵
2019. 3. 25. 15:42
728x90
RecyclerView의 각 item의 레이아웃을 담당하는 xml에 들어가서,
(adapter의 onCreateViewHolder에서 연결해주는 '그' xml)
최상위 레이아웃을 <RelativeLayout>로 바꿔주면 해결.
728x90