diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-31 15:15:39 +0200 | 
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-31 15:15:39 +0200 | 
| commit | fc2156374611421c242ff7d65315f52fe57ceecf (patch) | |
| tree | bbc122054ed71e1032dfbc2e022f202cae28e0c2 /app/src/main/res/values | |
| parent | eea218eda48b3a35a4940d2525b8b7a9fa316ee7 (diff) | |
Adding the base of bottom navigation.
Also changing the the prev and next button for top manga
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 861a440..c998872 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -42,7 +42,11 @@      <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> +    <string name="prev"><</string> +    <string name="next">></string> + +    <string name="title_home">Home</string> +    <string name="title_manga">Manga</string> +    <string name="title_anime">Anime</string>  </resources>
\ No newline at end of file | 
