summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-09-21 15:55:15 -0700
committerScott Main <smain@google.com>2012-09-21 15:55:15 -0700
commit4a5425dbd29329aaffbab3bb83c33bd437958237 (patch)
treefe91b5cc44f5bdf8470dc2370c331012fe55e346 /docs/html/guide/topics/ui
parentb79d8ecc27c0c7a8c2f8dcc1a752450e4d7d39e2 (diff)
downloadframeworks_base-4a5425dbd29329aaffbab3bb83c33bd437958237.zip
frameworks_base-4a5425dbd29329aaffbab3bb83c33bd437958237.tar.gz
frameworks_base-4a5425dbd29329aaffbab3bb83c33bd437958237.tar.bz2
fix layout bug
Change-Id: Ibf3f04d6c2077c77b75076c02312d3b2dea394eb
Diffstat (limited to 'docs/html/guide/topics/ui')
-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"