displaytext: add "View Log" option, move "Copy to clipboard" into overflow menu
This commit is contained in:
@@ -2,16 +2,21 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/decrypt_copy"
|
||||
android:title="@string/btn_copy_decrypted_text"
|
||||
android:icon="@drawable/ic_content_copy_black_24dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/decrypt_share"
|
||||
android:title="@string/btn_share_decrypted_text"
|
||||
android:icon="@drawable/ic_share_black_24dp"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/decrypt_copy"
|
||||
android:title="@string/btn_copy_decrypted_text"
|
||||
android:icon="@drawable/ic_content_copy_black_24dp"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/decrypt_view_log"
|
||||
android:title="@string/btn_view_log"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<string name="btn_add_files">"Add file(s)"</string>
|
||||
<string name="btn_share_decrypted_text">"Share"</string>
|
||||
<string name="btn_open_with">"Open with…"</string>
|
||||
<string name="btn_copy_decrypted_text">"Copy decrypted text"</string>
|
||||
<string name="btn_copy_decrypted_text">"Copy to clipboard"</string>
|
||||
<string name="btn_decrypt_clipboard">"Read from clipboard"</string>
|
||||
<string name="btn_decrypt_files">"Select input file"</string>
|
||||
<string name="btn_encrypt_files">"Encrypt files"</string>
|
||||
|
||||
Reference in New Issue
Block a user