mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-20 10:23:30 -04:00
Fix #1792 Change color of arrow to be grey
This commit is contained in:
parent
ad764733be
commit
14557b4d8e
@ -21,7 +21,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/expand"
|
||||
android:tint="@color/icons"
|
||||
android:tint="?colorOnSurface"
|
||||
app:layout_constraintBottom_toBottomOf="@id/item_help_title"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/item_help_title"
|
||||
|
@ -3,7 +3,6 @@
|
||||
<color name="black">#000000</color>
|
||||
|
||||
<color name="accent">#2196F3</color>
|
||||
<color name="icons">#212121</color>
|
||||
<color name="white">#fafafa</color>
|
||||
<color name="black_regular_mat_design">#212121</color>
|
||||
<color name="grey">#5a5a5a</color>
|
||||
|
Loading…
x
Reference in New Issue
Block a user