1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
8 <menu xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:app="http://schemas.android.com/apk/res-auto">
11 android:id="@+id/actionbar_feedback"
12 android:title="@string/actionbar_feedback"
13 app:showAsAction="ifRoom|withText"/>
15 android:id="@+id/actionbar_play_store"
16 android:title="@string/actionbar_play_store"
17 app:showAsAction="never"/>
19 android:id="@+id/actionbar_credits"
20 android:title="@string/credits"
21 app:showAsAction="never"/>