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

Commit f246b0c4 authored by Ricardo Cervera's avatar Ricardo Cervera
Browse files

docs: Fixed bug in declaring layout page. Bug: 16815916

Change-Id: I8990488f45e7a09c948f5be006457205665b84a1
parent 8319455a
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>