mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
adding missing tints to the dev tools toolbar
This commit is contained in:
parent
3760401b10
commit
06d4ee9df8
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
tools:visible="true"
|
||||
app:showAsAction="ifRoom"
|
||||
android:icon="@drawable/ic_edit"
|
||||
app:iconTint="?vctr_content_secondary"
|
||||
android:title="@string/edit" />
|
||||
|
||||
<item
|
||||
|
@ -17,6 +18,7 @@
|
|||
tools:visible="true"
|
||||
app:showAsAction="ifRoom"
|
||||
android:icon="@drawable/ic_send"
|
||||
app:iconTint="?vctr_content_secondary"
|
||||
android:title="@string/send" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Reference in a new issue