Relative Content

Tag Archive for javaandroidkotlinmobile

How to disable navigation menu bar or swipe down gesture in Dialogs

In dialogs when I do swipe down gesture, a black bare appears over navigation menu and stays there.
Parent activity already has a navigation menu bar, and it behaves as it should. Dialog swipe down gestue overrides correct behaviour and makes the black menu bar stick.

Unresolved Reference Error in Kotlin Main Function in Android Studio

I’m trying to create a simple Kotlin application in Android Studio, but I’m encountering an “unresolved reference” error when using the println function in my main function and The build.gradle.kts file in the :app module is entirely in red, indicating unresolved references.