From: Andy Scherzinger Date: Wed, 4 Nov 2015 09:51:43 +0000 (+0100) Subject: moved back to #eee for the divider coloring since the coloring hasn't worked yet... X-Git-Tag: beta-20151128~7^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f7fe0e00de5749ac2f755184bd168b3c3540a06b moved back to #eee for the divider coloring since the coloring hasn't worked yet for the standard list views, see discussion #1232 --- diff --git a/res/layout/list_fragment.xml b/res/layout/list_fragment.xml index 81b52100..7160b32e 100644 --- a/res/layout/list_fragment.xml +++ b/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" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index 14aa3721..a138288b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -28,7 +28,7 @@ #FFFFFF #303030 #000000 - #f8f8f8 + #eee #DDDDDD #EEEEEE #757575 diff --git a/res/values/setup.xml b/res/values/setup.xml index 76bdd9f8..f10a3b7e 100644 --- a/res/values/setup.xml +++ b/res/values/setup.xml @@ -30,7 +30,7 @@ #FFFFFF #FFFFFF - #F7F7F7 + #FFFFFF #1D2D44 #1D2D44