am 86b06ee0: am 73d5e986: Line up the progress bar with the textfield.

Merge commit '86b06ee03ffa5cbd9c5f60fa40ae347510feae74'

* commit '86b06ee03ffa5cbd9c5f60fa40ae347510feae74':
  Line up the progress bar with the textfield.
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index 1ea33fc..780c00a 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -29,6 +29,7 @@
         style="?android:attr/progressBarStyleHorizontal"
         android:layout_width="fill_parent"
         android:layout_height="5dip"
+        android:layout_marginLeft="1dip"
         android:max="100"
         />