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

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

am 0d65bf25: am 262b4147: Merge "docs: Fixed bug in declaring layout page....

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

* commit '0d65bf25':
  docs: Fixed bug in declaring layout page. Bug: 16815916
parents 9e6b3e7d 0d65bf25
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>