android-alertdialog
Size of button in alertdialog
how can i change the size of button in alertdailog in code without using xml? I\'m not using view .. Thank you[详细]
2023-04-07 03:36 分类:问答alertDialog button go to URI
As the title says, I want to make a button in my alertDialog of my app go to a certain URI, and I was wondering how i would do this?[详细]
2023-04-07 00:27 分类:问答How to set DialogInterface.OnClickListener without AlertDialog.Builder?
I want to create custom AlertDialog, but without AlertDialog.Builder. I set ListView as content view and wish to set DialogInterface.OnClickListener on its items.[详细]
2023-04-06 13:36 分类:问答send an alert if a webpage does not load
I am building an Android app that links to several webpages, but I want to send an alert if the webpage doesn\'t load telling the user there is no connection. How do I check to see if the webpage load[详细]
2023-04-06 03:36 分类:问答Android ListItem's item popup alert dialog
I have a twist on a common question I\'ve seen in here, and I\'m puzzled. What I need is simply a dialog box for each sub item of a list item. I have seen a dialog for a list item, but I need it dow[详细]
2023-04-05 08:52 分类:问答How to set the position of text message in alert dialog
How to set the position of text message in alert dialog?. I开发者_如何学Python want it to be in the middle Use AlertDialog.Builder to build your alert dialog and call setView(View view) with the view[详细]
2023-04-05 07:22 分类:问答Password field in AlertDialog
I have created a alert dialog with edit text. How to set the property of the edittext as password? Here is the code...[详细]
2023-04-05 07:22 分类:问答How do I alter the items listed in an AlertDialog?
In my app the user can add new cities. This should go as follows: Presses the \'add city\' button from the menu.[详细]
2023-04-05 04:41 分类:问答Leaked Window when dialog button clicked
I\'m trying to show an about page to the users of my wallpaper app when they click the about button however i get leaked window errors in a log cat and the activity quits before it shows the dialog.[详细]
2023-04-05 04:08 分类:问答AlertDialog with too large text and width
I am using Android 2.3 I have an alertdialog in my app. Here the code: final CharSequence[] items = { \"Entfernen\", \"Auswählen\",[详细]
2023-04-04 20:43 分类:问答