I am making my own android application and came across a weird issue. I've got a few floating action buttons into my app and in the editor they look just fine. But when I upload this app to my phone or to the simulator, an other strange color appears which even moves when I touch the button. (the lighter blue is what I am talking about).
What is this feature and how can I turn this off?
Thank you for your answers in advance.
I am using Android Studio on Ubuntu 16.04. The AVD emulator starts fine, and I can install apks on it. However, if I change to a different workspace, minimise the emulator, or even click on another window, backrounding the emulator, it appears to minimise(only visible in the task bar), and from then on, it will not maximise again. Clicking on it in the bottom task bar makes it appear for a split second before minimising again. I haven't had this problem with any other window. Anyone know how to fix it?
So far I have tried:
Setting the emulator window to always stay on top
answer to install various libs that have helped people with similar AVD problems
Starting the emulator from the command line
For Windows use:
If a window won’t maximize, press Shift+Ctrl and then right-click its icon on the taskbar and select Restore or Maximize, instead of double-clicking on the icon.
I have found a workaround. By clicking into the window menu from the very top left of the emulator window, I set the emulator to both 'always be on bottom' AND always appear in all workspaces. This way, switching workspaces doesn't have any effect on the emulator, and keeping it to the bottom layer means I can open other programs in other workspaces and not have the emulator in the way. I just can't ever minimise it. It's not ideal, but at least I can do my work!
In the bottom left corner of Android studio, there is a squared icon that allows you to see all Panles. it includes also Emulator. By selecting it, I was able to have my Emulator back on screen (view mode: float).
I am developing an app that requires that the SystemUI to be completely gone, no Navigation Bar and no Status Bar. Immersive Mode is not enough, since the Navigation Bar will still pop up if the user swipes up at the bottom of the screen.
After a lot of research, I have found some snippets that don't work anymore since they're from ~2011. What I have managed to do is kill the SystemUI through pkill -9 com.android.systemui but it restarts by itself a few seconds later. So the perfect solution seems to be to prevent the UI from restarting, then manually restarting it when needed. All of this just so the device doesn't need a reboot. Is that possible at all?
Another solution would be to "freeze" the SystemUI, in such a way that it does not respond to the user trying to pull the Navigation Bar back up, but I have found absolutely nothing on that matter.
Obviously, the device is rooted.
Thanks in advance.
I need to enable this on 4.2.2 android tablet.
I've successfull'y done that using this terminal command:
"settings put global device_provisioned 1"
The problem is, that this command also disables HOME button, so I cannot use it. Seems like system stops sending intents.
I've found ways to disable whole system bar at the top and bottom of the screen, but then I loose my navigation buttons.
I've tried disabling notifications one by one, but I still see searching for GPS and Android active hotspot icons in notification bar.
It seems I've tried everything I could, but am unable to get required functionality.
What else could I try?
I don't know exactly what cause this problem. Everytime I start my emulator it automatically types in the google search bar a lot of "=" NONSTOP. It's kind of annoying because the softkeyboard pops up.
How should I remove this problem?
I deleted the emulator and made another one but the same problem occurred..