mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-25 18:40:57 +00:00
Add ability to select all tokens
This commit is contained in:
parent
92e9e047a7
commit
1c86c5fd51
5 changed files with 33 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
android:title="@string/edit"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_select_all"
|
||||
android:title="@string/select_all"
|
||||
android:orderInCategory="95"
|
||||
android:tint="?attr/iconColorPrimary"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_assign_icons"
|
||||
android:title="@string/assign_icons"
|
||||
|
|
|
@ -171,6 +171,7 @@
|
|||
<string name="set_up_biometric">Set up biometric unlock</string>
|
||||
<string name="copy">Copy</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="select_all">Select all</string>
|
||||
<string name="assign_icons">Assign icons</string>
|
||||
<string name="favorite" comment="Verb">Favorite</string>
|
||||
<string name="unfavorite" comment="Verb">Unfavorite</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue