From 4a5425dbd29329aaffbab3bb83c33bd437958237 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Fri, 21 Sep 2012 15:55:15 -0700
Subject: fix layout bug
Change-Id: Ibf3f04d6c2077c77b75076c02312d3b2dea394eb
---
docs/html/guide/topics/ui/controls.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
href="{@docRoot}guide/topics/ui/declaring-layout.html">XML layout. For example, here's a
layout with a text field and button:
-
+
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
--
cgit v1.2.3-59-g8ed1b