mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Merge pull request #1983 from nextcloud/adjust-empty-content-view-tint
feat(theming): Adjust EmptyContentView image tint
This commit is contained in:
commit
bebb29f0f4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue