Code that hides title bar of activity · requestWindowFeature(Window.FEATURE_NO_TITLE);//will hide the title · getSupportActionBar().hide(); //hide the title bar.
確定! 回上一頁