Add status fragment

This commit is contained in:
topjohnwu
2016-12-25 03:05:22 +08:00
parent 442e840a53
commit 57af984e68
21 changed files with 492 additions and 430 deletions

View File

@@ -114,6 +114,7 @@ public class ReposFragment extends Fragment {
super.onResume();
setHasOptionsMenu(true);
prefs.registerOnSharedPreferenceChangeListener(listener);
getActivity().setTitle(R.string.downloads);
}
@Override