am 0d65bf25: am 262b4147: Merge "docs: Fixed bug in declaring layout page. Bug: 16815916" into klp-modular-docs

* commit '0d65bf25c8a9091d598f50e0d534625107db6cf6':
  docs: Fixed bug in declaring layout page. Bug: 16815916
This commit is contained in:
Ricardo Cervera
2014-08-21 17:31:03 +00:00
committed by Android Git Automerger

View File

@@ -417,7 +417,7 @@ android.widget.TextView}.
android.widget.ListView}, initialize a new {@link android.widget.ArrayAdapter} using a android.widget.ListView}, initialize a new {@link android.widget.ArrayAdapter} using a
constructor to specify the layout for each string and the string array:</p> constructor to specify the layout for each string and the string array:</p>
<pre> <pre>
ArrayAdapter adapter = new ArrayAdapter&lt;String>(this, ArrayAdapter&lt;String> adapter = new ArrayAdapter&lt;String>(this,
android.R.layout.simple_list_item_1, myStringArray); android.R.layout.simple_list_item_1, myStringArray);
</pre> </pre>
<p>The arguments for this constructor are:</p> <p>The arguments for this constructor are:</p>