Эх сурвалжийг харах

moved back to #eee for the divider coloring since the coloring hasn't worked yet for the standard list views, see discussion #1232

Andy Scherzinger 9 жил өмнө
parent
commit
f7fe0e00de

+ 2 - 0
res/layout/list_fragment.xml

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

+ 1 - 1
res/values/colors.xml

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

+ 1 - 1
res/values/setup.xml

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