commit | 73d5e98613b10318e64c3dd7ce3e130dbc7c6576 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Fri Oct 09 14:54:44 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Fri Oct 09 14:54:44 2009 -0400 |
tree | fec6616a7159c27bee6246cc896f0ba37eb2e0c8 | |
parent | 4f439baf097ac40d2face176e1660d4d1b367ed5 [diff] |
Line up the progress bar with the textfield. Fixes http://b/issue?id=2171084
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" />