From be3148d0e7601c05b40e51118f6809cc0e53b179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 9 Aug 2015 18:39:20 -0700 Subject: [PATCH] Hide all apk download progress views equally Two views weren't hidden by default, so they were taking up space before they were needed. The java code already takes care of showing them when necessary. --- F-Droid/res/layout/app_details_header.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/F-Droid/res/layout/app_details_header.xml b/F-Droid/res/layout/app_details_header.xml index 99f2cb936..d3b23cd73 100644 --- a/F-Droid/res/layout/app_details_header.xml +++ b/F-Droid/res/layout/app_details_header.xml @@ -133,6 +133,7 @@ android:layout_alignParentStart="true" android:layout_alignParentLeft="true" android:layout_below="@id/progress_bar" + android:visibility="gone" android:textSize="12sp"/>