summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix progress spinner dialog in ApiDemosAlan Viverette2014-09-091-15/+1
| | | | | BUG: 17446820 Change-Id: If6201e4483a5102d0f1567a36d1edf70392d5b8f
* Update alert dialogs in ApiDemos for Material themeAlan Viverette2014-09-071-32/+51
| | | | | BUG: 17415772 Change-Id: Ifc1de793458f678a3c40b734d5ab08b2eb382f7a
* Add device default light and dark dialogs to ApiDemosAlan Viverette2014-08-281-0/+44
| | | | Change-Id: I538c2cfb975828cd0e1e065d4cf5589e573307d5
* Add new samples for explicit alert dialog themes.Dianne Hackborn2011-01-271-0/+44
| | | | Change-Id: I1e306c0786952ab391c479a9322065efd8566ca7
* Update dialog demos for API changes related to setting themed icons.Adam Powell2011-01-081-6/+6
| | | | Change-Id: I73213f9593a381bd43b935aa2fa020ec3d6095d7
* New dialog sample with a lot of text and thus large dialog.Dianne Hackborn2010-11-291-0/+34
| | | | Change-Id: Iaf0cba52e51f36b98a5a4a1965f0e1eb02bb8f9f
* Updated deprecated Contacts API to ContactsContractChristian Mehlmauer2010-05-201-9/+12
| | | | Change-Id: I1d51b5eba579e841d6024eec08670ae8ff595f94
* Removed Calls to deprecated APIChristian Mehlmauer2010-05-171-2/+4
| | | | Change-Id: Ia94734637df6aa7b8b08417c49a3485f34f1b94c
* Enhancement: ApiDemos - App - Dialog - AlertDialog with MultipleChoices ↵Muthu Ramadoss2009-08-261-0/+34
| | | | | | | | | | backed by Cursor Added an example for using AlertDialog in Multichoice mode backed up by Cursor. This example can be used to test the following bug: http://code.google.com/p/android/issues/detail?id=955 AMEND: Added a Toast to display readonly status of cursor, so data will not be updated. Removed empty code blocks, which did nothing.
* Initial ContributionThe Android Open Source Project2008-10-211-0/+306