diff options
author | Leon Scroggins <scroggo@google.com> | 2009-10-13 16:51:51 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-13 16:51:51 -0700 |
commit | d541d18ce6e9ed255d012e657225596db36f65c2 (patch) | |
tree | 7f9878d931975b498d3c6c280c4b1666fe087608 | |
parent | f44e9c9440e4758731503637676d4242f81f932c (diff) | |
parent | 86b06ee03ffa5cbd9c5f60fa40ae347510feae74 (diff) | |
download | packages_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.xml | 1 |
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" /> |