chapters.xml 552 B

12345678910111213
  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. tools:context=".MangaDetailActivity">
  5. <!--I am not sure wee need it, so for a while it will be not visible-->
  6. <item
  7. android:id="@+id/action_refresh"
  8. android:icon="@drawable/ic_action_refresh"
  9. android:orderInCategory="1"
  10. android:title="@string/action_refresh"
  11. android:visible="false"
  12. app:showAsAction="ifRoom" />
  13. </menu>