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

* commit '262b41478d77bdebb78acccf795c14e9c097773e':
  docs: Fixed bug in declaring layout page. Bug: 16815916
This commit is contained in:
Ricardo Cervera
2014-08-20 23:50:07 +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>