mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-01 19:56:47 +01:00
Merge pull request #4403 from vector-im/feature/adm/devo-submit-tint
Fixing missing dev tools light mode send button
This commit is contained in:
commit
d13e30b3be
1
changelog.d/3674.bugfix
Normal file
1
changelog.d/3674.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fixing missing send button in light mode dev tools - send * event
|
@ -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