Skip to content

Commit

Permalink
feat(theming): Adjust EmptyContentView image tint
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <info@niedermann.it>
  • Loading branch information
stefan-niedermann committed Jan 23, 2024
1 parent 2bde077 commit 85677e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:scaleX="1.7"
android:scaleY="1.7"
app:srcCompat="@drawable/ic_launcher_foreground"
app:tint="?attr/colorOnSecondaryContainer" />
app:tint="?attr/colorOnSurfaceVariant" />

<TextView
android:id="@+id/title"
Expand Down

0 comments on commit 85677e3

Please sign in to comment.