Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / remoting / android / java / res / menu / help_actionbar.xml
blob736ed1b98fceca485ccd1c5ce105dbd774a342a6
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.
6 -->
8 <menu xmlns:android="http://schemas.android.com/apk/res/android"
9     xmlns:app="http://schemas.android.com/apk/res-auto">
10     <item
11         android:id="@+id/actionbar_feedback"
12         android:title="@string/actionbar_feedback"
13         app:showAsAction="ifRoom|withText"/>
14     <item
15         android:id="@+id/actionbar_play_store"
16         android:title="@string/actionbar_play_store"
17         app:showAsAction="never"/>
18     <item
19         android:id="@+id/actionbar_credits"
20         android:title="@string/credits"
21         app:showAsAction="never"/>
22 </menu>