Skip to content

Commit

Permalink
moved back to #eee for the divider coloring since the coloring hasn't…
Browse files Browse the repository at this point in the history
… worked yet for the standard list views, see discussion #1232
  • Loading branch information
AndyScherzinger committed Nov 4, 2015
1 parent 337b8f3 commit f7fe0e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions res/layout/list_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion res/values/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f7fe0e0

Please sign in to comment.