Skip to content

Commit

Permalink
Fix red error color
Browse files Browse the repository at this point in the history
Resources$NotFoundException: Resource ID #0x7f060258 type #0x2 is not valid
  • Loading branch information
grote authored and stevesoltys committed Jun 5, 2024
1 parent 0d2ae3b commit 552ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<color name="statusBarColor">@color/primary</color>
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#69 -->
<!-- private resource, access it from colorError attribute instead -->
<color name="red">?android:attr/colorError</color>
<color name="red">@*android:color/error_color_device_default_dark</color>
<!-- https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-14.0.0_r1/core/res/res/values/colors_device_defaults.xml#35 -->
<color name="ic_launcher_background">@color/accent</color>

Expand Down

0 comments on commit 552ca73

Please sign in to comment.