summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-09-21 16:03:39 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-21 16:03:39 -0700
commitec501466ea78758de4e0ab8057713c697829c2ec (patch)
treed0b3fefbfa451ce946f97ea219d032d4246c1708
parent3ca5971339c7eba61388aa3e26a1b3d02c5ccdf6 (diff)
parent2e6428668c97826e169e51ac5d0a7c6e8ba3bd79 (diff)
downloadframeworks_base-ec501466ea78758de4e0ab8057713c697829c2ec.zip
frameworks_base-ec501466ea78758de4e0ab8057713c697829c2ec.tar.gz
frameworks_base-ec501466ea78758de4e0ab8057713c697829c2ec.tar.bz2
am 2e642866: am be676b6c: am 4a5425db: fix layout bug
* commit '2e6428668c97826e169e51ac5d0a7c6e8ba3bd79': 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 83bb0c8..a58d9f9 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"