summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/FragmentDialog.java
Commit message (Collapse)AuthorAgeFilesLines
* Add new samples for explicit alert dialog themes.Dianne Hackborn2011-01-271-4/+13
| | | | Change-Id: I1e306c0786952ab391c479a9322065efd8566ca7
* Follow API changes.Dianne Hackborn2011-01-171-1/+1
| | | | Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
* New Views/Controls themes: Theme.Holo and Theme.Light.HoloGilles Debunne2010-08-231-1/+1
| | | | Change-Id: Ie3cd1ea5713119ce2027096a55e68997127a46f7
* Update fragment dialog samples.Dianne Hackborn2010-08-201-1/+6
| | | | | | | | | - Follow API changes. - Clean up and mark up for inclusion as sample code. - New sample that shows a DialogFragment used as both a dialog and embedded in an activity. Change-Id: Icaa41283562f4f345b188442ef988c9d5edd8ed1
* Update to follow fragment API changes.Dianne Hackborn2010-08-151-2/+2
| | | | | | Also make use of fragment arguments and targets to simplify code. Change-Id: I79884854f4c7ff4fdc35c68087b5b2235a75c79f
* Update API demos to use new Fragment features.Dianne Hackborn2010-08-121-35/+35
| | | | | | | In particular, use the new argument Bundle for passing runtime data to fragments. Simplifies the code some. Change-Id: I248bfa0bf94b1599926038174baa4c7387ed8ba1
* Cleanup fragment api demosAndrew Stadler2010-08-031-0/+1
| | | | | | | | | * Cleaned up extra whitespace & made vertical whitespace more consistent * 100col wrap * Remove unused imports * Add @Override where necessary Change-Id: I1ad404ffc4ce7fa9c4b661f7cc1783c86356316b
* Add new sample for multi-pane PreferenceActivity.Dianne Hackborn2010-08-031-1/+1
| | | | | | | Also re-arrange all preference API demos to go in their own package, since the preferfence APIs themselves are in their own package. Change-Id: I305f77dc09748bb60d1de8a23d063db64c11bb1e
* Add API demo for DialogFragment.Dianne Hackborn2010-07-241-0/+153
Change-Id: Id02cba60d661f747c36bc113bd81a2b6fe45573a