mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
setting divider color to #eee as decided by @jancborchardt
This commit is contained in:
parent
f72289f7bf
commit
efdcb97963
3 changed files with 3 additions and 3 deletions
|
@ -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" />
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue