pull/90/head^2
			
			
		
		
							parent
							
								
									db4f300064
								
							
						
					
					
						commit
						1aac80df4e
					
				@ -0,0 +1,18 @@ | 
				
			|||||||
 | 
					package io.legado.app.ui.book.arrange | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import android.content.Context | 
				
			||||||
 | 
					import io.legado.app.R | 
				
			||||||
 | 
					import io.legado.app.base.adapter.ItemViewHolder | 
				
			||||||
 | 
					import io.legado.app.base.adapter.SimpleRecyclerAdapter | 
				
			||||||
 | 
					import io.legado.app.data.entities.Book | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class ArrangeBookAdapter(context: Context) : | 
				
			||||||
 | 
					    SimpleRecyclerAdapter<Book>(context, R.layout.item_arrange_book) { | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    override fun convert(holder: ItemViewHolder, item: Book, payloads: MutableList<Any>) { | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,7 @@ | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="utf-8"?> | 
				
			||||||
 | 
					<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
				
			||||||
 | 
					    android:orientation="vertical" | 
				
			||||||
 | 
					    android:layout_width="match_parent" | 
				
			||||||
 | 
					    android:layout_height="match_parent"> | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</LinearLayout> | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue