Navigation drawer forces app name and icon to appear shortly on startup

前端 未结 2 1468
名媛妹妹
名媛妹妹 2021-01-28 10:17

Each time I start the app, the application name and icon appears very shortly on the left side over the drawer icon. This ruins the look of the custom ActionBar sty

2条回答
  •  误落风尘
    2021-01-28 11:05

    Try to use these

    actionBar.setDisplayHomeAsUpEnabled(false); actionBar.setDisplayShowTitleEnabled(false);

提交回复
热议问题