vmeansdev

PhotoHolder

Sep 24th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. @NonNull
  2. @Override
  3. public PhotoHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
  4.     return new PhotoHolder(
  5.         LayoutInflater.from(parent.getContext()).inflate(R.layout.list_item_photo, parent, false)
  6.     );
  7. }
Add Comment
Please, Sign In to add comment