[Android Java] - RecyclerView 리스트 멀티셀렉트 해제 ( RecyclerView Disable Multiple select, splitMotionEvents )
Android Java 2018. 7. 17. 13:43반응형
<android.support.v7.widget.RecyclerView
android:id="@+id/movie_list"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:splitMotionEvents="false"
app:layoutManager="LinearLayoutManager">
</android.support.v7.widget.RecyclerView>
반응형
'Android Java' 카테고리의 다른 글
[Android] - 해당 앱 ( 앱 정보 페이지 ) intent (0) | 2019.05.28 |
---|---|
[Android] - Intent.ACTION_GET_CONTENT FileName 찾기 (0) | 2018.03.27 |
[Android] - NavigationView state_checked 배경색상 변경 (0) | 2017.12.14 |
[Android] - Bitmap from uri ( PS. ImageSize small or normal ) (0) | 2017.12.07 |
[Android] - WebView loadData 한글 깨짐 ( UTF-8 ) 인코딩 (0) | 2017.11.29 |