Explorar o código

replaced hard coded background color with coresponding color-definition

AndyScherzinger %!s(int64=10) %!d(string=hai) anos
pai
achega
ff2d55cede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      res/layout/file_details_empty.xml

+ 1 - 1
res/layout/file_details_empty.xml

@@ -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