res/menu/activity_authenticator.xml

changeset 0
fb9019fb1bf7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/res/menu/activity_authenticator.xml	Tue Feb 10 18:12:00 2015 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<menu xmlns:android="http://schemas.android.com/apk/res/android" >
     1.5 +
     1.6 +    <item
     1.7 +        android:id="@+id/menu_forgot_password"
     1.8 +        android:showAsAction="never"
     1.9 +        android:title="@string/menu_forgot_password"/>
    1.10 +
    1.11 +</menu>
    1.12 \ No newline at end of file

mercurial