Skip to content

Commit

Permalink
setting divider color to #eee as decided by @jancborchardt
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Nov 2, 2015
1 parent f72289f commit efdcb97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/layout/drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:background="@color/background_color"
android:divider="#eee"
android:divider="@color/list_divider_background"
android:dividerHeight="1dp"
android:paddingTop="100dp" />

Expand Down
2 changes: 1 addition & 1 deletion res/layout/uploader_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ListView android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="@drawable/uploader_list_separator"
android:divider="@color/list_divider_background"
android:dividerHeight="1dip">
</ListView>

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">#fff0f0f0</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

0 comments on commit efdcb97

Please sign in to comment.