feat: Copy message to clipboard (#1443)

This commit is contained in:
draen 2024-11-30 18:19:01 +01:00 committed by GitHub
parent d76eac258b
commit e412faecb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 50 additions and 8 deletions

View file

@ -310,4 +310,6 @@
<string name="selected">Selected</string>
<string name="not_selected">Not Selected</string>
<string name="unknown_age">Unknown Age</string>
<string name="copy">Copy</string>
<string name="copied">Copied</string>
</resources>

View file

@ -79,6 +79,7 @@
<style name="MyActionBar" parent="@style/ThemeOverlay.MaterialComponents.ActionBar">
<item name="background">@color/colorPrimary</item>
<item name="android:textColorPrimary">@color/colorOnPrimary</item>
<item name="tint">@color/colorOnPrimary</item>
</style>
<style name="MyToolbar" parent="Widget.MaterialComponents.Toolbar">