diff options
| author | 2012-09-21 16:00:51 -0700 | |
|---|---|---|
| committer | 2012-09-21 16:00:51 -0700 | |
| commit | 2e6428668c97826e169e51ac5d0a7c6e8ba3bd79 (patch) | |
| tree | 2f2fc681dc3b8359d3ed8ede9053209475ff6195 | |
| parent | 4feac670487b17c34331bccf650951e7f1b45a4b (diff) | |
| parent | be676b6cc4a2a594dcb1fb233539cf927f0b49e5 (diff) | |
am be676b6c: am 4a5425db: fix layout bug
* commit 'be676b6cc4a2a594dcb1fb233539cf927f0b49e5':
fix layout bug
| -rw-r--r-- | docs/html/guide/topics/ui/controls.jd | 2 |
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"> <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" |