fix: Styles

This commit is contained in:
J-Jamet
2023-07-08 16:35:25 +02:00
parent 0423dd7295
commit e05b904e78
3 changed files with 5 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingTop="@dimen/card_view_margin_vertical" android:paddingTop="@dimen/card_view_margin_vertical"
android:paddingBottom="@dimen/card_view_margin_vertical"> android:paddingBottom="@dimen/card_view_margin_vertical">
<Spinner <androidx.appcompat.widget.AppCompatSpinner
android:id="@+id/entry_edit_template_selector" android:id="@+id/entry_edit_template_selector"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@@ -20,10 +20,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?android:attr/windowBackground"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<androidx.cardview.widget.CardView <androidx.cardview.widget.CardView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:foreground="?android:attr/selectableItemBackground"
style="?attr/cardViewStyle"> style="?attr/cardViewStyle">
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/template_background" android:id="@+id/template_background"

View File

@@ -58,8 +58,8 @@
<color name="cyan">#2c7a96</color> <color name="cyan">#2c7a96</color>
<color name="cyan_dark">#0E2D37</color> <color name="cyan_dark">#0E2D37</color>
<color name="green_white">#F4F8F3</color> <color name="green_white">#EFF8ED</color>
<color name="green_white_dark">#ebf1ea</color> <color name="green_white_dark">#DEEFDB</color>
<color name="green_lightest">#a5d6a7</color> <color name="green_lightest">#a5d6a7</color>
<color name="green_lighter">#66BB6A</color> <color name="green_lighter">#66BB6A</color>
<color name="green_light">#4caf50</color> <color name="green_light">#4caf50</color>