corrected a typo that made settings not working in clone screen

This commit is contained in:
knuthy 2014-09-20 20:43:52 +02:00
parent c73517056c
commit 5c53fcb4a0

View file

@ -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" />