Automated import from //branches/donutburger/...@141092,141092
diff --git a/res/layout/edit_event.xml b/res/layout/edit_event.xml
index 198b2fe..eb5886e 100644
--- a/res/layout/edit_event.xml
+++ b/res/layout/edit_event.xml
@@ -105,13 +105,25 @@
                     style="?android:attr/textAppearanceMedium"/>
             </LinearLayout>
 
-            <CheckBox android:id="@+id/is_all_day"
-                android:layout_width="wrap_content"
+            <LinearLayout
+                android:layout_width="fill_parent"
                 android:layout_height="wrap_content"
-                android:paddingTop="15dip"
-                android:paddingBottom="15dip"
-                style="?android:attr/textAppearanceMedium"
-                android:text="@string/edit_event_all_day_label"/>
+                android:gravity="center_vertical|right"
+                android:paddingBottom="5dip">
+                <TextView
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:text="@string/edit_event_all_day_label"
+                    android:paddingTop="1dip"
+                    android:paddingRight="7dip"
+                    style="?android:attr/textAppearanceMedium"/>
+                <CheckBox android:id="@+id/is_all_day"
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:paddingTop="15dip"
+                    android:paddingBottom="15dip"
+                    android:paddingRight="1dip"/>
+            </LinearLayout>
         </LinearLayout>
 
         <!-- WHERE -->