Android: how to hide ActionBar on certain activities

后端 未结 16 1848
遇见更好的自我
遇见更好的自我 2020-11-29 17:58

I\'ve developed a simple demo application with a splash screen a map and some regular screens.

I have an action bar at the top that contains a logo. It all looks fin

16条回答
  •  醉梦人生
    2020-11-29 18:13

    Check for padding attribute if the issue still exists after changing theme.

    Padding Issue creating a white space on top of fragment window / app window

    Padding Issue creating a white space on top of fragment window / app window

    Once you remove the padding - top value automatically the white space is removed.

提交回复
热议问题