android-fullscreen Questions

0

I'm trying to make my app completely full screen, navigation bar and status bar are always hidden, but when the ModalBottomSheet is showed the navigation bar reappear, and I can't get rid of it nei...

11

Solved

Ok so I am trying to replicate the look and feel of the Muzei Live Wallpaper App by Roman Nurik which is open source. (Check out his GitHub repository here - https://github.com/romannurik/muzei/ ...
Covenant asked 20/2, 2016 at 15:3

17

Solved

What is the simplest change that I can make to a new Blank Activity, as created by the latest version of Android Studio, to get the app to appear fullscreen? I want to create a fullscreen Android ...
Duodenal asked 24/10, 2014 at 7:23

41

Solved

How do I make an activity full screen? Without the notification bar.
Seizing asked 19/5, 2010 at 17:54

5

Solved

How can I dynamically hide the status and the navigation bar completely? The app contains a regular navigation drawer with a appbar / toolbar and FAB buttons. When switching to full screen, the...

6

Solved

I want to set my application to full screen view. I got the idea to set it in an individual activity using FullScreen and NoTitlebar, but i want to set it in my Manifest XML file for the whole appl...
Annmarieannnora asked 22/4, 2011 at 5:45

11

Solved

I want to make my activity full screen with status bar on top of it like this picture: I have used this code in manifest inside activity tag: 'android:theme="@style/Theme.AppCompat.Light.NoActi...

6

Solved

I want to create a activity with full screen. Nothing on above like Notification Bar and nothing below like Home-Button etc.I am able to get this, but also wanted to remove below home-button bar: ...

6

Solved

I've been battling with setSystemUiVisibility() to try to hide the soft navigation buttons for a while (for a video player). It does not seem to work as advertised. Here is my code, inside a visibl...
Hoebart asked 6/1, 2013 at 1:6

3

Solved

I have been banging my head against the table with this problem for 3 days now, please tell me where I have strayed. When I am getting an incoming VoIP call, I am trying to show a full screen notif...
Ellamaeellan asked 3/9, 2015 at 0:19

3

I am trying to set a fullScreentIntent using NotificationCompat in android 10 when the alarm goes on but the fullScreenIntent is not showing even when the alarm goes on. I added USE_FULL_SCREEN_IN...

4

Solved

I have refined the Navigation Drawer Activity project template of Android Studio, which uses Toolbar, v7.app.ActionBarDrawerToggle and NavigationView instead of the NavigationDrawerFragment (and la...

4

Solved

I used SystemChrome.setEnabledSystemUIOverlays([]); to make my flutter app full screen. The status bar is gone for good, but I get this white space at the bottom where the nav bar used to be.

5

Solved

In order to make a full screen app, I've done the following changes to the manifest of a new "blank activity" project: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" The application...
Down asked 25/4, 2014 at 12:45

10

Solved

I am getting images from url and showing it on the imageView. This functionality is working properly. But I want that when I click on that image, then it must be full screen. So how to achieve this...
Telling asked 28/6, 2014 at 4:49

4

Solved

Anybody know if this is a Bug or is supposed to do this. When clicking the Overflow icon while using KitKat's Immersive mode, it disables the immersive mode. Anybody else running into this? Full C...
Decastere asked 4/12, 2013 at 1:59

1

I have a BottomSheetFragmentActivity which causes this crash on Android 8.0 devices. I am looking for a workaround, without setting targetSDK back to 26. I solved this as described here: But this ...

3

I'm having some issues returning from Immersive Mode in an ActionBarActivity. I have created a simple app to illustrate this issue. There is a layout with a single button to toggle immersive mode. ...

7

Solved

I need the dialog to fill the screen except for some space at the top and the bottom. I've search for a solution but couldn't find one probably because I'm declaring it in an onClickListener. Can ...
Guay asked 19/8, 2013 at 13:42

2

Solved

I would like to implement a button to enable/disable the immersive full screen mode. I'm using those methods but the showSystemUI only shows quickly and hide again... How to completely exit from i...

1

Solved

I am taking the Window height by using Dimensions.get('window').height and rendering content over screen. But when Full Screen Mode is enabled hardware buttons are hidden which results to an extra ...
Schnorrer asked 25/1, 2019 at 11:51

1

Solved

I excuse for asking a quite vague question, but, I have a pure native NDK application which is supposed to execute in Immersive Mode (i.e fullscreen). The immersive mode JNI snippet is executed wh...
Ceasefire asked 14/9, 2018 at 21:47

8

Solved

Going from not full screen to full screen with Android works fine. However, upon returning from my full screen activity (a full screen video player), the activity pops in sliding down as the status...
Erida asked 6/10, 2011 at 0:51

8

I want to enter full screen mode in Android Studio. Is there any Keyboard Shortcut for doing it. What Is the Keyboard Shortcut key for enter and exit full screen mode in Android Studio?

2

Solved

I want to create a popupwindow for fullscreen i've used the following : LayoutInflater inflater = (LayoutInflater) MainActivity.this.getSystemService(Context.LAYOUT_INFLATER_SERVICE); layoutt = ...
Vaporific asked 28/6, 2014 at 12:35

© 2022 - 2024 — McMap. All rights reserved.