moved back to #eee for the divider coloring since the coloring hasn't worked yet...
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 4 Nov 2015 09:51:43 +0000 (10:51 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 4 Nov 2015 09:51:43 +0000 (10:51 +0100)
res/layout/list_fragment.xml
res/values/colors.xml
res/values/setup.xml

index 81b5210..7160b32 100644 (file)
@@ -35,6 +35,8 @@
             android:id="@+id/list_root"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
+            android:divider="@color/list_divider_background"
+            android:dividerHeight="1px"
             android:visibility="visible" />
 
     </android.support.v4.widget.SwipeRefreshLayout>
index 14aa372..a138288 100644 (file)
@@ -28,7 +28,7 @@
     <color name="white">#FFFFFF</color>
     <color name="textColor">#303030</color>
     <color name="drawerMenuTextColor">#000000</color>
-    <color name="list_divider_background">#f8f8f8</color>
+    <color name="list_divider_background">#eee</color>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="dark_background_text_color">#EEEEEE</color>
     <color name="login_text_color">#757575</color>
index 76bdd9f..f10a3b7 100644 (file)
@@ -30,7 +30,7 @@
     <!-- Colors -->
     <color name="login_background_color">#FFFFFF</color>
     <color name="login_logo_background_color">#FFFFFF</color>
-    <color name="background_color">#F7F7F7</color>
+    <color name="background_color">#FFFFFF</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>