Add API demo for DialogFragment.

Change-Id: Id02cba60d661f747c36bc113bd81a2b6fe45573a
This commit is contained in:
Dianne Hackborn
2010-07-22 12:18:24 -07:00
parent 5a48825cc0
commit cdb8af8170
5 changed files with 285 additions and 0 deletions

View File

@@ -83,6 +83,8 @@
<string name="redirect_getter">Enter the text that will be used by the main activity. Press back to cancel.</string>
<string name="apply">Apply</string>
<string name="fragment_alert_dialog">App/Fragment/Alert Dialog</string>
<string name="fragment_anim">App/Fragment/Anim</string>
<string name="fragment_context_menu">App/Fragment/Context Menu</string>
@@ -90,6 +92,9 @@
menu; long press the button to see.</string>
<string name="long_press">Long press me</string>
<string name="fragment_dialog">App/Fragment/Dialog</string>
<string name="show">Show</string>
<string name="fragment_layout">App/Fragment/Layout</string>
<string name="fragment_list_array">App/Fragment/List Array</string>