2014-11-16 01:10:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2015-01-02 14:14:06 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_show_qr_code"
|
|
|
|
android:title="@string/show_qr_code"
|
|
|
|
android:showAsAction="never" />
|
2014-11-16 01:10:29 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_accounts"
|
|
|
|
android:orderInCategory="90"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_accounts" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_settings" />
|
|
|
|
</menu>
|