Skip to content

Commit

Permalink
Use attr color instead of @color (#1867)
Browse files Browse the repository at this point in the history
* Use attr color instead of @color

* Remove unused resource
  • Loading branch information
gino-m authored Sep 11, 2023
1 parent 8664baf commit 3fe2275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 3fe2275

Please sign in to comment.