mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-19 17:12:33 +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:contentDescription="@null"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
app:tint="@color/black"
|
app:tint="@color/fg_default"
|
||||||
app:srcCompat="@drawable/ic_person_add_grey600_24dp" />
|
app:srcCompat="@drawable/ic_person_add_grey600_24dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
app:tint="@color/black"
|
app:tint="@color/fg_default"
|
||||||
app:srcCompat="@drawable/ic_settings_grey600_24dp" />
|
app:srcCompat="@drawable/ic_settings_grey600_24dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
|
|
@ -41,6 +41,4 @@
|
||||||
|
|
||||||
<color name="widget_background">#ddffffff</color>
|
<color name="widget_background">#ddffffff</color>
|
||||||
<color name="widget_foreground">#222222</color>
|
<color name="widget_foreground">#222222</color>
|
||||||
<color name="black">#000000</color>
|
|
||||||
<color name="white">#ffffff</color>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue