mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Copy message to clipboard (#1443)
This commit is contained in:
parent
d76eac258b
commit
e412faecb9
7 changed files with 50 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue