Answer the question
In order to leave comments, you need to log in
Question about Resource Qualifier?
Hello. The Resource Qualifier(UI Mode) has several display modes: Normal, Car Dock, Desk Dock, Television, Appliance, Watch. To remove the selected panel, select Watch in the photo. But I'm making an application for a regular Andorid device. Is it possible to remove this panel in Normal mode?
Answer the question
In order to leave comments, you need to log in
This panel - Toolbar
Removed by installing the theme.
For example like this:
<style name="AppTheme.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question