From 1fb3949ef6b69d4b7ed61a46b871f7a8e65424b7 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 7 Jun 2012 19:28:14 -0700 Subject: [PATCH] Fixed progress bar height discrepancies --- astrid/res/layout/tag_updates_fragment.xml | 1 - astrid/res/layout/task_list_activity.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/astrid/res/layout/tag_updates_fragment.xml b/astrid/res/layout/tag_updates_fragment.xml index a088f74a8..88f00e38b 100644 --- a/astrid/res/layout/tag_updates_fragment.xml +++ b/astrid/res/layout/tag_updates_fragment.xml @@ -44,7 +44,6 @@ style="@android:style/Widget.ProgressBar.Horizontal" android:layout_width="fill_parent" android:layout_height="5dip" - android:layout_weight="1" android:visibility="gone" /> diff --git a/astrid/res/layout/task_list_activity.xml b/astrid/res/layout/task_list_activity.xml index cd6405663..a15f39047 100644 --- a/astrid/res/layout/task_list_activity.xml +++ b/astrid/res/layout/task_list_activity.xml @@ -15,8 +15,7 @@ android:layout_width="fill_parent" android:layout_height="5dip" style="@android:style/Widget.ProgressBar.Horizontal" - android:visibility="gone" - android:layout_weight="1" /> + android:visibility="gone"/>