python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android transparent AlertDialog in XML
Is it possible to make an AlertDialog transparent using only XML attributes in its layout or style, not in java / kotlin code?
I know I can make the AlertDialog transparent in code like this:
dialog.w...
gpo
Votes: 0
Answers: 0
Unable to display an AlertDialog from the android Application class
I'm trying to display programmatically an AlertDialog from the Application class using the applicationContext. I'm using my own Theme that extends Theme.Material3.Light. Only Toast messages works fine...
Daniele Soprani
Votes: 0
Answers: 1
Child scrollable tablelayout isn't showing in my alertdialog. Why?
I am trying to show a table of data in my custom alertdialog in my app.
My custom alert xml:
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width=&...
user11452071
Votes: 0
Answers: 2
How to focus function so it show the focused first in Kotlin
so, i dont know how to focus function by calling the function name in onCreate. in my case i try to make alertdialog when button clicked but edittext email and pass was empty, it show allertdialog my ...
Vin
Votes: 0
Answers: 1