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

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

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

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

* commit 'e4be8986':
  docs: Fixed bug in declaring layout page. Bug: 16815916
parents 005d4eca e4be8986
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>