diff options
| author | Scott Main <smain@google.com> | 2009-10-16 15:02:20 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-16 15:02:20 -0700 |
| commit | 108f5ac35d55679195729a8b92ccd4efcfd0fefe (patch) | |
| tree | 5c8ce687ad34fa9de05a60a2d1fb454a1b4d5673 /docs | |
| parent | 917d1b50658cd9d290f908b03f74fb20354c486a (diff) | |
| parent | 0712f24dbf14473cb55e5b609c3418610b77d406 (diff) | |
| download | frameworks_base-108f5ac35d55679195729a8b92ccd4efcfd0fefe.zip frameworks_base-108f5ac35d55679195729a8b92ccd4efcfd0fefe.tar.gz frameworks_base-108f5ac35d55679195729a8b92ccd4efcfd0fefe.tar.bz2 | |
am 0712f24d: am a486f554: am 7f66dbce: Merge change Ic37381fb into eclair
Merge commit '0712f24dbf14473cb55e5b609c3418610b77d406'
* commit '0712f24dbf14473cb55e5b609c3418610b77d406':
docs: fix doc error in dialog example snippet
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html/guide/topics/ui/dialogs.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/dialogs.jd b/docs/html/guide/topics/ui/dialogs.jd index 11c8a47..c476b0d 100644 --- a/docs/html/guide/topics/ui/dialogs.jd +++ b/docs/html/guide/topics/ui/dialogs.jd @@ -624,7 +624,7 @@ AlertDialog.Builder builder; AlertDialog alertDialog; Context mContext = getApplicationContext(); -LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER); +LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER_SERVICE); View layout = inflater.inflate(R.layout.custom_dialog, (ViewGroup) findViewById(R.id.layout_root)); |
