Create empty view for RecyclerViewFragment

This commit is contained in:
Phillip Hsu
2016-09-05 23:31:01 -07:00
parent 34930fa2b3
commit edf33240e6
7 changed files with 107 additions and 20 deletions
@@ -160,6 +160,11 @@ public class StopwatchFragment extends RecyclerViewFragment<
+ ", mPauseTime = " + mPauseTime);
}
@Override
protected boolean hasEmptyView() {
return false;
}
@Override
public Loader<LapCursor> onCreateLoader(int id, Bundle args) {
return new LapsCursorLoader(getActivity());