I
I
Ivan Buga2017-10-15 00:40:26
Android
Ivan Buga, 2017-10-15 00:40:26

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?
59e28421c5ed8581259432.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
wcoder, 2017-11-04
@wcoder

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 question

Ask a Question

731 491 924 answers to any question