Skip to content

Instantly share code, notes, and snippets.

View amatkivskiy's full-sized avatar
🇺🇦

Andrii Matkivskyi amatkivskiy

🇺🇦
View GitHub Profile
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.View;
public class EmptyRecyclerView extends RecyclerView {
@Nullable