@Nullable
    public View getView(int position, @Nullable View view, ViewGroup parent) {
        if (view == null)
            view = LayoutInflater.from(getContext()).inflate(R.layout.leaderboard_item_layout, parent, false);