From 540877194bd212bce10176715204df2803ac9dc9 Mon Sep 17 00:00:00 2001
From: Kevin Hufnagle
Date: Thu, 31 Mar 2016 09:28:04 -0700
Subject: [PATCH] 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
---
docs/html/training/basics/firstapp/building-ui.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/training/basics/firstapp/building-ui.jd b/docs/html/training/basics/firstapp/building-ui.jd
index a1e5783f1cb71..402396ea93200 100644
--- a/docs/html/training/basics/firstapp/building-ui.jd
+++ b/docs/html/training/basics/firstapp/building-ui.jd
@@ -90,7 +90,7 @@ file.
Remove the {@code android:padding} attributes and the {@code tools:context} attribute.
-
The result looks like this:
+The result looks like this:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"