Fullscreen Activity in Android?

后端 未结 30 2268
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-22 00:12

How do I make an activity full screen? I mean without the notification bar. Any ideas?

30条回答
  •  误落风尘
    2020-11-22 01:09

    Using Android Studio (current version is 2.2.2 at moment) is very easy to add a fullscreen activity.

    See the steps:

    1. Right click on your java main package > Select “New” > Select “Activity” > Then, click on “Fullscreen Activity”.

    1. Customize the activity (“Activity Name”, “Layout Name” and so on) and click “finish”.

    Done!

    Now you have a fullscreen activity made easily (see the java class and the activity layout to know how the things works)!

提交回复
热议问题