Skip to content

Commit

Permalink
Update Schedule tab titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGaubert committed Oct 23, 2017
1 parent be4bb5a commit 8c87eaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa

private void setupViewPager(ViewPager viewPager) {
Adapter adapter = new Adapter(getFragmentManager());
adapter.addFragment(new ScheduleDayFragment(), "Oct 22");
adapter.addFragment(new ScheduleDayFragment(), "Oct 23");
adapter.addFragment(new ScheduleDayFragment(), "Oct 28");
adapter.addFragment(new ScheduleDayFragment(), "Oct 29");
viewPager.setAdapter(adapter);
Log.v("ScheduleMainFrag", " " + viewPager.getAdapter().getCount());
}
Expand Down

0 comments on commit 8c87eaf

Please sign in to comment.