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

Commit 54087719 authored by Kevin Hufnagle's avatar Kevin Hufnagle
Browse files

docs: "Result is:" paragraph now in correct position on page.

The "Building a Simple User Interface" page now displays a paragraph
with the text "The result looks like this:" in the correct location
(i.e. after the steps for "Create a Linear Layout").

Bug: 26778824
Change-Id: Ib2a94975bd867897ce4382da6347584d578b3d11
parent 2f5a2049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ file.
<li>Remove the {@code android:padding} attributes and the {@code tools:context} attribute.
</ol>

</p>The result looks like this:</p>
<p>The result looks like this:</p>

<pre>
&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"