From 73d5e98613b10318e64c3dd7ce3e130dbc7c6576 Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Fri, 9 Oct 2009 14:54:44 -0400 Subject: Line up the progress bar with the textfield. Fixes http://b/issue?id=2171084 --- res/layout/title_bar.xml | 1 + 1 file changed, 1 insertion(+) 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" /> -- cgit v1.1