mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
feat(theming): Adjust EmptyContentView image tint
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
b0248e605a
commit
96df1307ea
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