Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SwipeRefreshLayout swipeRefreshLayout = (SwipeRefreshLayout)findViewById(R.id.refreshLayout);
- swipeRefreshLayout.setOnRefreshListener(
- new SwipeRefreshLayout.OnRefreshListener() {
- @Override
- public void onRefresh() {
- onStartup();
- swipeRefreshLayout.setRefreshing(false);
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement