Answer the question
In order to leave comments, you need to log in
How to change the default layout to a layout without a top menu (empty)?
Hello, here is this layout
And how to make a completely empty layout so that it also works (because if you specify a clean layout when creating a project, then the application does not work after compilation and installation ....)
Answer the question
In order to leave comments, you need to log in
This is not a menu, it's called ActionBar, in this case it's not a standard ActionBar, but implemented using the AppCompat library, to remove it you need to change the theme, open in style.xml
and y AppTheme.Base
(or AppTheme
) replace parent
with Theme.AppCompat.NoActionBar
either Theme.AppCompat.Light.NoActionBar
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question