am 0712f24d: am a486f554: am 7f66dbce: Merge change Ic37381fb into eclair

Merge commit '0712f24dbf14473cb55e5b609c3418610b77d406'

* commit '0712f24dbf14473cb55e5b609c3418610b77d406':
  docs: fix doc error in dialog example snippet
This commit is contained in:
Scott Main
2009-10-16 15:02:20 -07:00
committed by Android Git Automerger

View File

@@ -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));