colored background black for image download #710 as proposed by @jancborchardt
authorAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 23:00:51 +0000 (01:00 +0200)
committerAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 23:00:51 +0000 (01:00 +0200)
res/layout/file_download_fragment.xml

index f11b526..05b1218 100644 (file)
        android:layout_gravity="center"
        android:gravity="center_vertical"
        android:padding="20dp"
+       android:background="#000000"
        >
        
        <TextView 
            android:id="@+id/progressText" 
            android:layout_width="match_parent"
-               android:layout_height="wrap_content" 
+               android:layout_height="wrap_content"
+               android:textColor="#AAAAAA"
                android:text="@string/downloader_not_downloaded_yet"
                android:layout_marginBottom="15dp"
        />
@@ -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"
        />