blob: 294d4e56b77af51345596cb141821db38d4d7e90 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!--Action bar buttons for the Android app's host listing-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/actionbar_directoryrefresh"
android:title="@string/tooltip_refresh"
android:icon="@drawable/ic_refresh"
app:showAsAction="ifRoom"/>
</menu>