From 172c3f56a3ffdc399f1977744ad015de09fcc4f5 Mon Sep 17 00:00:00 2001 From: AndyScherzinger Date: Mon, 27 Jul 2015 01:00:51 +0200 Subject: [PATCH] colored background black for image download #710 as proposed by @jancborchardt --- res/layout/file_download_fragment.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/layout/file_download_fragment.xml b/res/layout/file_download_fragment.xml index f11b526c..05b1218e 100644 --- a/res/layout/file_download_fragment.xml +++ b/res/layout/file_download_fragment.xml @@ -23,12 +23,14 @@ android:layout_gravity="center" android:gravity="center_vertical" android:padding="20dp" + android:background="#000000" > @@ -79,6 +81,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_margin="40dp" + android:textColor="#AAAAAA" android:text="@string/downloader_download_failed_ticker" /> -- 2.11.0