dark background to #151515

minor design changes for dark theme

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-01-14 14:20:31 +01:00
parent a8f41615d6
commit 8b7d39c289
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7
5 changed files with 12 additions and 6 deletions

View file

@ -19,5 +19,8 @@
-->
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/filelist_icon_background" android:endColor="@color/filelist_icon_background" android:angle="0" />
<gradient
android:startColor="@color/uploader_list_separator_color"
android:endColor="@color/uploader_list_separator_color"
android:angle="0" />
</shape>

View file

@ -35,8 +35,8 @@
<ListView android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="@color/list_divider_background"
android:dividerHeight="1dip">
android:divider="@color/transparent"
android:dividerHeight="0dip">
</ListView>
<include layout="@layout/empty_list"/>

View file

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski

View file

@ -24,9 +24,11 @@
<color name="text_color_inverse">#000000</color>
<!-- Colors -->
<color name="bg_default">#222222</color>
<color name="bg_default">#151515</color>
<color name="primary_button_text_color">#000000</color>
<color name="uploader_list_separator_color">#2a2a2a</color>
<!-- Multiselect backgrounds -->
<color name="action_mode_status_bar_background">#ECECEC</color>
<color name="selected_item_background">#757575</color>

View file

@ -66,6 +66,8 @@
<color name="background_color_png">#FFFFFF</color>
<color name="uploader_list_separator_color">#ededed</color>
<!-- special transparent action bar colors for image preview -->
<color name="color_transparent">#201D2D44</color>
<color name="color_dark_transparent">#40162233</color>