반응형
공감 및 댓글은 포스팅 하는데 아주아주 큰 힘이 됩니다!! 포스팅 내용이 찾아주신 분들께 도움이 되길 바라며 더 깔끔하고 좋은 포스팅을 만들어 나가겠습니다^^
|
이번 포스팅은 한 줄이면 끝입니다.
제목 그대로 안드로이드의 RecyclerView가 스크롤 되지않게 막는 방법입니다.
<android.support.v7.widget.RecyclerView
android:overScrollMode="never"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="144dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
큰 글씨로 해놓은 거 한 줄이면 끝입니다.
이상입니다.
반응형
'안드로이드' 카테고리의 다른 글
안드로이드 선 그리기, FingerDraw, drawline, canvas, setOntTouchListener (0) | 2018.12.11 |
---|---|
안드로이드 드래그 앤 드랍 Drag and Drop setOnDragListener (0) | 2018.12.07 |
안드로이드 RecyclerView Grid 형태로 쓸 때 아이템들 가로세로 크기 동일하게 만드는 방법. ViewTreeObserver.OnGlobalLayoutListener(), getTreeViewObserver() (0) | 2018.12.03 |
안드로이드 이미지 때문에 액티비티 로딩속도가 느릴 때 간단한 해결방법 (0) | 2018.11.30 |
안드로이드 1to50 게임을 만들어봤습니다. (0) | 2018.11.29 |