fix formatting
This commit is contained in:
parent
1c8b68ab0e
commit
9074cd6f6d
1 changed files with 3 additions and 6 deletions
|
@ -19,14 +19,11 @@ import uk.co.ribot.easyadapter.annotations.ViewId;
|
||||||
@LayoutId(R.layout.item_catalogue)
|
@LayoutId(R.layout.item_catalogue)
|
||||||
public class CatalogueHolder extends ItemViewHolder<Manga> {
|
public class CatalogueHolder extends ItemViewHolder<Manga> {
|
||||||
|
|
||||||
@ViewId(R.id.title)
|
@ViewId(R.id.title) TextView title;
|
||||||
TextView title;
|
|
||||||
|
|
||||||
@ViewId(R.id.author)
|
@ViewId(R.id.author) TextView author;
|
||||||
TextView author;
|
|
||||||
|
|
||||||
@ViewId(R.id.thumbnail)
|
@ViewId(R.id.thumbnail) ImageView thumbnail;
|
||||||
ImageView thumbnail;
|
|
||||||
|
|
||||||
public CatalogueHolder(View view) {
|
public CatalogueHolder(View view) {
|
||||||
super(view);
|
super(view);
|
||||||
|
|
Reference in a new issue