diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-23 10:38:03 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-03-23 10:38:03 +0100 |
commit | d283df0f70241bb6b54bee66e8fb9564b0051376 (patch) | |
tree | 374a9a97fc1ad7caa3766b4bac45f517631444cd /app/src/main/res/values/strings.xml | |
parent | 436a01b64a3c2500aa8801a72f95dfc40b0b33b7 (diff) |
Feature added to mangas
Display other pages by touching the bottom or by clicking buttons
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0c56edc..861a440 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -42,5 +42,7 @@ <string name="search_anime">Search Anime</string> <string name="search_anime_page_label">Search Anime Page</string> <string name="hint_query">Your query …</string> + <string name="prev">PREV</string> + <string name="next">NEXT</string> </resources>
\ No newline at end of file |