Support for manga sources from external APKs
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
android:title="@string/disable"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_delete"
|
||||
android:icon="@drawable/ic_delete"
|
||||
android:title="@string/delete"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_pin"
|
||||
android:icon="@drawable/ic_pin"
|
||||
|
||||
@@ -668,4 +668,5 @@
|
||||
<string name="percent_left">Percent left</string>
|
||||
<string name="chapters_read">Chapters read</string>
|
||||
<string name="chapters_left">Chapters left</string>
|
||||
<string name="external_source">External/plugin</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user