summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-10-13 16:51:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-13 16:51:51 -0700
commitd541d18ce6e9ed255d012e657225596db36f65c2 (patch)
tree7f9878d931975b498d3c6c280c4b1666fe087608
parentf44e9c9440e4758731503637676d4242f81f932c (diff)
parent86b06ee03ffa5cbd9c5f60fa40ae347510feae74 (diff)
downloadpackages_apps_Browser-d541d18ce6e9ed255d012e657225596db36f65c2.zip
packages_apps_Browser-d541d18ce6e9ed255d012e657225596db36f65c2.tar.gz
packages_apps_Browser-d541d18ce6e9ed255d012e657225596db36f65c2.tar.bz2
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.
-rw-r--r--res/layout/title_bar.xml1
1 files changed, 1 insertions, 0 deletions
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"
/>