summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2012-09-21 16:00:51 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2012-09-21 16:00:51 -0700
commit2e6428668c97826e169e51ac5d0a7c6e8ba3bd79 (patch)
tree2f2fc681dc3b8359d3ed8ede9053209475ff6195
parent4feac670487b17c34331bccf650951e7f1b45a4b (diff)
parentbe676b6cc4a2a594dcb1fb233539cf927f0b49e5 (diff)
am be676b6c: am 4a5425db: fix layout bug
* commit 'be676b6cc4a2a594dcb1fb233539cf927f0b49e5': fix layout bug
-rw-r--r--docs/html/guide/topics/ui/controls.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/controls.jd b/docs/html/guide/topics/ui/controls.jd
index 83bb0c8e64fa..a58d9f9b380f 100644
--- a/docs/html/guide/topics/ui/controls.jd
+++ b/docs/html/guide/topics/ui/controls.jd
@@ -15,7 +15,7 @@ checkboxes, zoom buttons, toggle buttons, and many more.</p>
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML layout</a>. For example, here's a
layout with a text field and button:</p>
-<pre>
+<pre style="clear:right">
&lt;?xml version="1.0" encoding="utf-8"?>
&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"