corrected a typo that made settings not working in clone screen
This commit is contained in:
parent
c73517056c
commit
5c53fcb4a0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.zeapo.pwdstore.GitHandler" >
|
||||
<item android:id="@+id/action_settings"
|
||||
<item android:id="@+id/user_pref"
|
||||
android:title="@string/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue