Merge pull request #1983 from nextcloud/adjust-empty-content-view-tint

feat(theming): Adjust EmptyContentView image tint
This commit is contained in:
Andy Scherzinger 2024-01-26 19:50:16 +01:00 committed by GitHub
commit bebb29f0f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"