diff options
author | Scott Main <smain@google.com> | 2012-09-21 16:03:39 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-21 16:03:39 -0700 |
commit | ec501466ea78758de4e0ab8057713c697829c2ec (patch) | |
tree | d0b3fefbfa451ce946f97ea219d032d4246c1708 | |
parent | 3ca5971339c7eba61388aa3e26a1b3d02c5ccdf6 (diff) | |
parent | 2e6428668c97826e169e51ac5d0a7c6e8ba3bd79 (diff) | |
download | frameworks_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.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 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"> <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" |