Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use attr color instead of @color #1867

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ground/src/main/res/drawable/launch_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">

<item android:drawable="@color/lightBackground" />
<item android:drawable="?attr/colorSurface" />

<item>
<bitmap
Expand Down
1 change: 0 additions & 1 deletion ground/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<color name="polyLineColor">#55ffffff</color>
<color name="textOverMap">#FCFDF7</color>
<color name="blackMapOverlay">#000000</color>
<color name="lightBackground">#EDEEE9</color>

<!-- Updated Color palette -->
<color name="md_theme_primary">#006E2C</color>
Expand Down