mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
dark background to #151515
minor design changes for dark theme Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
a8f41615d6
commit
8b7d39c289
5 changed files with 12 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue