adding missing tints to the dev tools toolbar
This commit is contained in:
parent
3760401b10
commit
06d4ee9df8
@ -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…
x
Reference in New Issue
Block a user