Created
August 28, 2017 10:24
-
-
Save sagorbrur/4b11115e0e75853c9ab1e2bc17f02aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<menu xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:android="http://schemas.android.com/apk/res/android"> | |
<item | |
android:id="@+id/menu_refresh" | |
android:title="@string/menu_refresh" | |
app:showAsAction="never" | |
/> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment