Search in sources :

Example 6 with PaginationHelper

use of forpdateam.ru.forpda.ui.views.pagination.PaginationHelper in project ForPDA by RadiationX.

the class MentionsFragment method onCreateView.

@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
    super.onCreateView(inflater, container, savedInstanceState);
    paginationHelper = new PaginationHelper(getActivity());
    paginationHelper.addInToolbar(inflater, toolbarLayout, configuration.isFitSystemWindow());
    return view;
}
Also used : PaginationHelper(forpdateam.ru.forpda.ui.views.pagination.PaginationHelper) Nullable(android.support.annotation.Nullable)

Aggregations

Nullable (android.support.annotation.Nullable)6 PaginationHelper (forpdateam.ru.forpda.ui.views.pagination.PaginationHelper)6 SuppressLint (android.annotation.SuppressLint)1 BottomSheetDialog (android.support.design.widget.BottomSheetDialog)1 RecyclerView (android.support.v7.widget.RecyclerView)1 ViewGroup (android.view.ViewGroup)1 FrameLayout (android.widget.FrameLayout)1 MessagePanel (forpdateam.ru.forpda.ui.views.messagepanel.MessagePanel)1