mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-18 08:32:24 +03:00
Use correct fg colors
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
43c0e3dbc3
commit
2298f8cda2
2 changed files with 2 additions and 4 deletions
|
@ -101,7 +101,7 @@
|
|||
android:contentDescription="@null"
|
||||
android:focusable="false"
|
||||
android:scaleType="center"
|
||||
app:tint="@color/black"
|
||||
app:tint="@color/fg_default"
|
||||
app:srcCompat="@drawable/ic_person_add_grey600_24dp" />
|
||||
|
||||
<TextView
|
||||
|
@ -132,7 +132,7 @@
|
|||
android:contentDescription="@null"
|
||||
android:focusable="false"
|
||||
android:scaleType="center"
|
||||
app:tint="@color/black"
|
||||
app:tint="@color/fg_default"
|
||||
app:srcCompat="@drawable/ic_settings_grey600_24dp" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -41,6 +41,4 @@
|
|||
|
||||
<color name="widget_background">#ddffffff</color>
|
||||
<color name="widget_foreground">#222222</color>
|
||||
<color name="black">#000000</color>
|
||||
<color name="white">#ffffff</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue