1
00:00:00,720 --> 00:00:06,330
We'll come back in case you're wondering why I always have this bar here at the top and in our reference

2
00:00:06,330 --> 00:00:07,930
project, we don't have the bar.

3
00:00:08,310 --> 00:00:12,410
Well, that has to do with the settings here for our main activity.

4
00:00:12,570 --> 00:00:18,680
So if we want to get rid of the bar in our project, what we can do is simply change the theme of it.

5
00:00:18,900 --> 00:00:20,320
So let's just do that real quick.

6
00:00:20,580 --> 00:00:26,450
So here, first of all, I'm just going to add a screen orientation and I'm going to set that to portray

7
00:00:27,660 --> 00:00:32,640
and this is not directly something to do with the bar there, but it's just one step.

8
00:00:32,640 --> 00:00:34,610
And by the way, I'm an android manifest here.

9
00:00:35,040 --> 00:00:40,530
So in this Android manifest file, if you were wondering and then we can set the theme and there are

10
00:00:40,530 --> 00:00:44,820
many different themes that we can choose from and I'm going to choose the one.

11
00:00:46,110 --> 00:00:54,240
Which says theme EPCM Pet, not light, and then the one where it says no action bar.

12
00:00:55,100 --> 00:01:01,250
Or you can just type it out, no action bar, and once you do that and we restart the application,

13
00:01:01,970 --> 00:01:04,150
then we should see that it's not there anymore.

14
00:01:04,430 --> 00:01:05,480
So let's have a look.

15
00:01:05,900 --> 00:01:08,140
And we could see the bar is not there anymore.

16
00:01:08,600 --> 00:01:15,740
By the way, this is not something that I have fixed at this point of creating the app, but a fixed

17
00:01:15,740 --> 00:01:17,420
this only a little later.

18
00:01:17,420 --> 00:01:23,480
So if you lecture's later, so if you still see this bar, you'll know where it's coming from and how

19
00:01:23,480 --> 00:01:27,110
to get rid of it and now say, let's get back to action.

