Add option to reader sheet

This commit is contained in:
Andreas E
2020-06-24 09:50:23 +02:00
parent c8a6a2653f
commit 2eaf083eee
4 changed files with 77 additions and 4 deletions

View File

@@ -79,4 +79,11 @@
<item>@string/filter_mode_multiply</item>
<item>@string/filter_mode_screen</item>
</string-array>
<string-array name="invert_tapping_mode">
<item>@string/tapping_inverted_none</item>
<item>@string/tapping_inverted_horizontal</item>
<item>@string/tapping_inverted_vertical</item>
<item>@string/tapping_inverted_both</item>
</string-array>
</resources>