Skip to content

Commit

Permalink
Update card view stroke color for below android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jan 11, 2024
1 parent 6fa297b commit bb168c9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/values-night-v31/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant20
</color>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-night-v32/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant20
</color>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-night-v33/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant20
</color>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-v31/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant70
</color>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-v32/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant70
</color>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-v33/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="m3_card_stroke_color" tools:override="true">
@color/material_dynamic_neutral_variant70
</color>
</resources>

0 comments on commit bb168c9

Please sign in to comment.