mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Styles
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="@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:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -20,10 +20,12 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/windowBackground"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:foreground="?android:attr/selectableItemBackground"
|
||||
style="?attr/cardViewStyle">
|
||||
<androidx.appcompat.widget.LinearLayoutCompat
|
||||
android:id="@+id/template_background"
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
<color name="cyan">#2c7a96</color>
|
||||
<color name="cyan_dark">#0E2D37</color>
|
||||
|
||||
<color name="green_white">#F4F8F3</color>
|
||||
<color name="green_white_dark">#ebf1ea</color>
|
||||
<color name="green_white">#EFF8ED</color>
|
||||
<color name="green_white_dark">#DEEFDB</color>
|
||||
<color name="green_lightest">#a5d6a7</color>
|
||||
<color name="green_lighter">#66BB6A</color>
|
||||
<color name="green_light">#4caf50</color>
|
||||
|
||||
Reference in New Issue
Block a user