Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d65bf25 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

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

* commit '262b4147':
  docs: Fixed bug in declaring layout page. Bug: 16815916
parents 63da186f 262b4147
Loading
Loading
Loading
Loading
+42 −42
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ android.widget.TextView}.
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>
<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);
</pre>
<p>The arguments for this constructor are:</p>