mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
#885 Use same background-color for cards and toolbar in dark mode & grid view
This commit is contained in:
parent
7d0d09f71b
commit
ff3822e419
3 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="true"
|
||||
app:cardBackgroundColor="@color/appbar"
|
||||
app:cardCornerRadius="@dimen/spacer_1x">
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="true"
|
||||
app:cardBackgroundColor="@color/appbar"
|
||||
app:cardCornerRadius="@dimen/spacer_1x">
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<color name="fg_default_high">#757575</color>
|
||||
<color name="fg_contrast">#000000</color>
|
||||
|
||||
<color name="appbar">#1e1e1e</color>
|
||||
<color name="appbar">#212121</color>
|
||||
|
||||
<color name="category_background">@color/defaultBrand</color>
|
||||
</resources>
|
Loading…
Reference in a new issue