replaced hard coded background color with coresponding color-definition
authorAndyScherzinger <info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:18:53 +0000 (16:18 +0200)
committerAndyScherzinger <info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:18:53 +0000 (16:18 +0200)
res/layout/file_details_empty.xml

index d242954..a4c9709 100644 (file)
@@ -20,7 +20,7 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
-    android:background="#F7F7F7"
+    android:background="@color/background_color"
     android:orientation="vertical">
 
     <TextView