Allow to open manga in the browser. Closes #157 (Doesn't work with kissmanga)

This commit is contained in:
len
2016-05-08 15:20:55 +02:00
parent 7f5879ed6f
commit 62d5deaa6f
3 changed files with 42 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/action_open_in_browser"
android:title="@string/action_open_in_browser"
app:showAsAction="never"/>
</menu>