Skip to content

Commit

Permalink
Merge pull request element-hq#4403 from vector-im/feature/adm/devo-su…
Browse files Browse the repository at this point in the history
…bmit-tint

Fixing missing dev tools light mode send button
  • Loading branch information
bmarty authored Nov 3, 2021
2 parents 3760401 + 2c39635 commit d13e30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/3674.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixing missing send button in light mode dev tools - send * event
2 changes: 2 additions & 0 deletions vector/src/main/res/menu/menu_devtools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>

0 comments on commit d13e30b

Please sign in to comment.