change color of devider to #f8f8f8
authorAndy Scherzinger <info@andy-scherzinger.de>
Mon, 2 Nov 2015 14:24:57 +0000 (15:24 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Mon, 2 Nov 2015 14:24:57 +0000 (15:24 +0100)
res/values/colors.xml

index 694e231..b3c2d54 100644 (file)
@@ -32,7 +32,7 @@
     <color name="black_semi_transparent">#B2000000</color>
     <color name="textColor">@color/black</color>
     <color name="drawerMenuTextColor">#000000</color>
-    <color name="list_divider_background">#eee</color>
+    <color name="list_divider_background">#f8f8f8</color>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="dark_background_text_color">#EEEEEE</color>
     <color name="login_text_color">#757575</color>