setting divider color to #eee as decided by @jancborchardt

This commit is contained in:
Andy Scherzinger 2015-11-02 12:05:52 +01:00
parent f72289f7bf
commit efdcb97963
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View 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">#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>