main.xml revision b76e85d5549ba6fc5535ec2a590bad9443bb14d8
481N/A<?xml version="1.0" encoding="utf-8"?>
481N/A<!--
481N/A - FreeOTP
481N/A -
481N/A - Authors: Nathaniel McCallum <npmccallum@redhat.com>
481N/A -
481N/A - Copyright (C) 2013 Nathaniel McCallum, Red Hat
481N/A -
481N/A - Licensed under the Apache License, Version 2.0 (the "License");
481N/A - you may not use this file except in compliance with the License.
481N/A - You may obtain a copy of the License at
481N/A -
481N/A - http://www.apache.org/licenses/LICENSE-2.0
481N/A -
481N/A - Unless required by applicable law or agreed to in writing, software
481N/A - distributed under the License is distributed on an "AS IS" BASIS,
481N/A - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
481N/A - See the License for the specific language governing permissions and
481N/A - limitations under the License.
873N/A -->
481N/A
481N/A<menu xmlns:android="http://schemas.android.com/apk/res/android" >
481N/A <item
481N/A android:id="@+id/action_scan"
481N/A android:showAsAction="ifRoom"
3233N/A android:icon="@drawable/qrcode"
481N/A android:title="@string/scan_qr_code" />
1878N/A
481N/A <item
481N/A android:id="@+id/action_add"
481N/A android:showAsAction="ifRoom"
1920N/A android:icon="@drawable/ic_action_new_account"
3824N/A android:title="@string/add_token" />
3824N/A</menu>
3824N/A
3824N/A