2016-07-13 4 views

답변

1

이 작업을 위해 라이브러리가 필요하지 않습니다.

if you create an activity it should be like this

이 앱을 전체 화면으로 가고 싶어 네비게이션 서랍 활동으로 프로젝트/작업을 만들? 예

super.onCreate(savedInstanceState); 
    /////////// add this line below 
      getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); 
////////// set content below this 
setContentView(R.layout.activity_main); 

경우, 또는 당신은 탐색 창 활동에 문제가 위치가있는 경우. activity_main.xml content_main.xml 또는 app_bar_main.xml에

+0

이 링크 튜토리얼이 언급되어 있습니까? –

+0

http://stackoverflow.com/questions/21796209/how-to-create-a-custom-navigation-drawer-in-android –