Fixed build process
This commit is contained in:
11
app/src/main/res/menu/edit_identity.xml
Normal file
11
app/src/main/res/menu/edit_identity.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:i2pandroid="http://schemas.android.com/apk/res-auto" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_save_identity"
|
||||
android:icon="@drawable/ic_content_save"
|
||||
android:title="@string/save_identity"
|
||||
i2pandroid:showAsAction="ifRoom"/>
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user