mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
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)
|
||||
public class CatalogueHolder extends ItemViewHolder<Manga> {
|
||||
|
||||
@ViewId(R.id.title)
|
||||
TextView title;
|
||||
@ViewId(R.id.title) TextView title;
|
||||
|
||||
@ViewId(R.id.author)
|
||||
TextView author;
|
||||
@ViewId(R.id.author) TextView author;
|
||||
|
||||
@ViewId(R.id.thumbnail)
|
||||
ImageView thumbnail;
|
||||
@ViewId(R.id.thumbnail) ImageView thumbnail;
|
||||
|
||||
public CatalogueHolder(View view) {
|
||||
super(view);
|
||||
|
|
Loading…
Reference in a new issue