Skip to content

Commit

Permalink
Merge pull request #1983 from nextcloud/adjust-empty-content-view-tint
Browse files Browse the repository at this point in the history
feat(theming): Adjust EmptyContentView image tint
  • Loading branch information
AndyScherzinger authored Jan 26, 2024
2 parents 196b671 + 96df130 commit bebb29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/empty_content_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:scaleX="1.5"
android:scaleY="1.5"
android:src="@drawable/ic_launcher_foreground"
app:tint="@color/fg_default_high" />
app:tint="@color/fg_default_low" />

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

0 comments on commit bebb29f

Please sign in to comment.