Merge branch 'development' of https://github.com/adithyaphilip/open-keychain into adithyaphilip-development
Conflicts: OpenKeychain/src/main/res/values/strings.xml
This commit is contained in:
11
OpenKeychain/src/main/res/menu/log_display.xml
Normal file
11
OpenKeychain/src/main/res/menu/log_display.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_log_display_export_log"
|
||||
android:icon="@drawable/ic_action_save_white"
|
||||
android:title="@string/menu_export_log"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user