Skip to content

Commit

Permalink
Use attr color
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Sep 11, 2023
1 parent 0517eb6 commit c3169b7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c3169b7

Please sign in to comment.