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:
@@ -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<String>(this,
|
ArrayAdapter<String> adapter = new ArrayAdapter<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user