From 9feb501e88c073a0f342067cb3ee0d39cfceb208 Mon Sep 17 00:00:00 2001 From: Kevin Richter Date: Sun, 18 Jan 2015 17:25:25 +0100 Subject: [PATCH] Fixed offset progressbar in image view --- Clover/app/src/main/res/layout/image_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Clover/app/src/main/res/layout/image_view.xml b/Clover/app/src/main/res/layout/image_view.xml index 3a552a92..cb30dd32 100644 --- a/Clover/app/src/main/res/layout/image_view.xml +++ b/Clover/app/src/main/res/layout/image_view.xml @@ -41,7 +41,8 @@ along with this program. If not, see . style="@style/Widget.AppCompat.ProgressBar.Horizontal" android:id="@+id/progress_bar" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:layout_marginTop="-19px"/>