|
|
@@ -18,7 +18,6 @@ import android.widget.TextView;
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.helper.ActionBarHelper;
|
|
|
import kr.co.zumo.app.lifeplus.model.BlankModel;
|
|
|
-import kr.co.zumo.app.lifeplus.util.ResourceUtil;
|
|
|
import kr.co.zumo.app.lifeplus.view.screen.FragmentBase;
|
|
|
|
|
|
/**
|
|
|
@@ -50,13 +49,14 @@ public class OnBoardingFragment extends FragmentBase<OnBoardingPresenter> implem
|
|
|
@Override
|
|
|
protected void onAfterActivityCreated(Bundle savedInstanceState) {
|
|
|
|
|
|
- // bottomBar = (View) findViewById(R.id.tutorial_bottom_layout);
|
|
|
+ // bottomBar = (View) findViewById(R.id.tutorial_bottom_layout);
|
|
|
viewPager = (ViewPager) findViewById(R.id.tutorial_view_pager);
|
|
|
tabLayout = (TabLayout) findViewById(R.id.tutorial_tab_layout);
|
|
|
// buttonTutorial1 = (TextView) bottomBar.findViewById(R.id.button1_tutorial);
|
|
|
// buttonTutorial2 = (TextView) bottomBar.findViewById(R.id.button2_tutorial);
|
|
|
|
|
|
- findViewById(R.id.main_content).setPadding(0, ResourceUtil.getStatusBarHeight(), 0, 0);
|
|
|
+ // TODO: statusbar 높이 top padding 제거
|
|
|
+ // findViewById(R.id.main_content).setPadding(0, ResourceUtil.getStatusBarHeight(), 0, 0);
|
|
|
|
|
|
OnBoardingPagerAdapter onBoardingPagerAdapter = presenter.getPagerAdapter(getActivity());
|
|
|
onBoardingPagerAdapter.setPresenter(presenter);
|