mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 23:27:55 +03:00
Decrease card elevation and add background color
This commit is contained in:
parent
298dd6b593
commit
ee402d3e95
3 changed files with 6 additions and 1 deletions
|
@ -41,8 +41,9 @@
|
|||
android:layout_marginTop="@dimen/design_appbar_elevation"
|
||||
android:layout_marginEnd="@dimen/spacer_1x"
|
||||
android:layout_marginBottom="@dimen/design_appbar_elevation"
|
||||
app:cardBackgroundColor="@color/appbar"
|
||||
app:cardCornerRadius="@dimen/spacer_1x"
|
||||
app:cardElevation="6dp"
|
||||
app:cardElevation="2dp"
|
||||
app:strokeWidth="0dp">
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -17,5 +17,7 @@
|
|||
<color name="fg_default_high">#757575</color>
|
||||
<color name="fg_contrast">#000000</color>
|
||||
|
||||
<color name="appbar">#1e1e1e</color>
|
||||
|
||||
<color name="category_background">@color/defaultBrand</color>
|
||||
</resources>
|
|
@ -29,6 +29,8 @@
|
|||
<color name="category_background">@color/bg_normal</color>
|
||||
<color name="category_border">@color/defaultBrand</color>
|
||||
|
||||
<color name="appbar">@android:color/white</color>
|
||||
|
||||
<!-- Dark Theme -->
|
||||
<!-- Defined here until appwidgets can use night/colors -->
|
||||
<color name="fg_default_dark_theme">#eeeeee</color>
|
||||
|
|
Loading…
Reference in a new issue