|
@@ -36,7 +36,7 @@ class BookmarkView: RelativeLayout, LeftToolbarView {
|
|
|
private fun initView() {
|
|
|
LayoutInflater.from(context).inflate(R.layout.view_bookmark, this)
|
|
|
val layoutManager = LinearLayoutManager(context)
|
|
|
- layoutManager.orientation = LinearLayoutManager.VERTICAL
|
|
|
+ layoutManager.orientation = RecyclerView.VERTICAL
|
|
|
|
|
|
id_km_bookmark_recycler.setHasFixedSize(true)
|
|
|
id_km_bookmark_recycler.layoutManager = layoutManager
|