2015-10-17 15:31:10 -04:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2015-11-24 12:45:53 -05:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:context=".MangaDetailActivity">
|
|
|
|
<!--I am not sure wee need it, so for a while it will be not visible-->
|
2015-10-17 15:31:10 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_refresh"
|
|
|
|
android:icon="@drawable/ic_action_refresh"
|
|
|
|
android:orderInCategory="1"
|
2015-11-24 12:45:53 -05:00
|
|
|
android:title="@string/action_refresh"
|
|
|
|
android:visible="false"
|
2015-10-17 15:31:10 -04:00
|
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|